-
Notifications
You must be signed in to change notification settings - Fork 20
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
ControllerAs synax #9
Comments
Can you please explain if angular-confirm had an option for controllerAs, how would it look like ? The example you provided is valid though, |
Will something like this work as well:
|
Do you know any other plugin that does this? Currently angular-confirm simply takes the template and compiles it with the scope, and returns the scope. |
ngDialog is one plugin that does it |
Don't think I saw an option for this in the document, but 'ControllerAs' syntax would be nice to have. This would allow the ability to pass 'this' as scope. Not sure if the following will be helpful:
The text was updated successfully, but these errors were encountered: