-
Notifications
You must be signed in to change notification settings - Fork 27.5k
angular.module(...).info is not a function in angular-aria #15786
Comments
You need to update angular to 1.6.3, too. The .info fn is defined in angular.js itself. It's always been the case that the core file and the module files have to have the same version. |
Found out it's a problem with angular-material dependency, not angular itself. Leaving this here should anyone have the same problem angular/material#10475. Thanks for help! |
Thank U so much Narretz :) |
Hi I'm running into this problem as well. Not using Aria, just angular-cookies. I upgraded to angular 1.6.4 and noticed that there is no |
@leongaban, you should update all AngularJS modules to be on the same version. |
@gkalpak yes, it was my mistake, I had all the angular dependencies manage by bower, not npm. Npm was only for Gulp deps, but I had angularjs in there as well. Removed from npm, installed via bower and ran my build scripts and it all works now! |
Hi I get the same error with
|
@ileathan, maybe try loading |
just replace ^ sign of the before version to ~ sign and apply following command it worked for me.. :) |
just use same version of angular.min.js and angular-sanitize.min.js. |
I had this problem too and solved that by using lower version of angular-aria |
I encountered the following bug - after upgrading angular-aria to recently released v1.6.3 I'm getting the following error:
When I downgrade to v1.6.2, the app works normally.
The text was updated successfully, but these errors were encountered: