-
Notifications
You must be signed in to change notification settings - Fork 30
Can't set any isolate scope properties #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
#8 related You replace the name as controllerAs by '$ctrl', why ? |
angular/angular.js#13710 cc @azevedo-252 @menems |
@menems I understand that, and the issue is not about that feature in particular.
because it no longer maps it to the real
This is the change that causes this. It doesn't assign |
@azevedo-252 You okay to test last commit on |
Latest changes should mirror the new 1.5 syntax: scope: options.bindings || {},
bindToController: !!options.bindings, Set |
@benoror If the last commit fixes, then |
@toddmotto it's working |
@azevedo-252 Awesome, thanks! :) |
|
The latest commit makes it impossible to set any isolate scope properties, as it is not extendable anymore.
The text was updated successfully, but these errors were encountered: