-
Notifications
You must be signed in to change notification settings - Fork 150
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
$modal has been renamed to $uibModal in ui-bootstrap 0.14.0 #200
Comments
Thanks for the heads-up! I guess we'll need to support both |
Fantastic, thank you! |
Any workaround now ? This is what i can think of: 1.) explicitly annotate all javascript code with @ngInject Any suggestions ? |
The workaround is to annotate your angular-ui modals with |
Any update on when this will be updated? |
+1 I notice there's a pull open to fix this issue |
released in 1.1.0 |
olov Should I now be seeing |
@eavestn ng-annotate understands $uibModal.open and $modal.open, whichever you use |
Thanks it helped... I was struggling with old name $modal in a old code.. |
See: angular-ui/bootstrap@8c7b9e4
Thanks! 😄
The text was updated successfully, but these errors were encountered: