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
I am getting the error below when starting the application. The error happens after importing the angular-permission files at index.html.
Uncaught TypeError: angular.module(...).decorator is not a function
at angular-permission.min.js:11
at angular-permission.min.js:11
(anonymous) @ angular-permission.min.js:11
(anonymous) @ angular-permission.min.js:11
I imported the angular-permission.min.js, angular-permission-ui.min.js and angular-permission-ng.min.js. The error message appears for all of them.
I've searched on google the solution for this problem and it says only to update my Angular version to 1.4 or higher. But my version is 1.6.4 :(
Does anyone knows how to solve this?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello Guys,
I am getting the error below when starting the application. The error happens after importing the angular-permission files at index.html.
Uncaught TypeError: angular.module(...).decorator is not a function
at angular-permission.min.js:11
at angular-permission.min.js:11
(anonymous) @ angular-permission.min.js:11
(anonymous) @ angular-permission.min.js:11
I imported the angular-permission.min.js, angular-permission-ui.min.js and angular-permission-ng.min.js. The error message appears for all of them.
I've searched on google the solution for this problem and it says only to update my Angular version to 1.4 or higher. But my version is 1.6.4 :(
Does anyone knows how to solve this?
Thank you!
The text was updated successfully, but these errors were encountered: