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 have next problem:
I do to all my JS files uglifying with Grunt. before uglifying I have to run ng-annotate, but I think there is no issue with it.
When I do this the controller prototype in angular-360-no-scope becomes undefined on injection.
The problem still remains if I do not uglifying the file it self. However, if the code is not uglified all is worked prefect!
I broke my head in order to solve this problem.
Do anybody have solution?
The text was updated successfully, but these errors were encountered:
I have next problem:
I do to all my JS files uglifying with Grunt. before uglifying I have to run ng-annotate, but I think there is no issue with it.
When I do this the controller prototype in angular-360-no-scope becomes undefined on injection.
The problem still remains if I do not uglifying the file it self. However, if the code is not uglified all is worked prefect!
I broke my head in order to solve this problem.
Do anybody have solution?
The text was updated successfully, but these errors were encountered: