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
At least use separate files for each angular.module() grouping.
At best use separate files for each class definition.
Then use HeadJS boot.js file load each file in desired order... this is cludgy but avoids the need for a package manager such as Browserify or RequireJS.
The text was updated successfully, but these errors were encountered:
At least use separate files for each angular.module() grouping.
At best use separate files for each class definition.
Then use HeadJS
boot.js
file load each file in desired order... this is cludgy but avoids the need for a package manager such as Browserify or RequireJS.The text was updated successfully, but these errors were encountered: