You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Previously, this was ok but using 1.4-rc.0 the return value causes any bindings in the controller to fail. See https://jsfiddle.net/purge/8vjpgm3h/1/
This is particularly a problem for coffeescript which automatically returns the last statement.
The text was updated successfully, but these errors were encountered:
@purge - I don't see the problem in your fiddle - you are not returning anything from either controller. What you are doing is trying to attach two directives that define a new scope to a single element, which does not work.
Previously, this was ok but using 1.4-rc.0 the return value causes any bindings in the controller to fail. See https://jsfiddle.net/purge/8vjpgm3h/1/
This is particularly a problem for coffeescript which automatically returns the last statement.
The text was updated successfully, but these errors were encountered: