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
Have you guys have written instructions anywhere telling how to install this. Specifically, checking the code I don't see namespacer defined as an angular module, so I'm unsure if I should add it as an angular dependency of my application module.
Thanks for the nice job
The text was updated successfully, but these errors were encountered:
Something else. Say I inject say a service called mySvC declared in a module called myModule in a controller also declared in myModule but in another file. Which naming should I use myModule.mySvC or just mySvC?
angular.module('myModule').controller('myCtrl', ['mySvC', function (mySvC) {
...
}]);
Hi
Have you guys have written instructions anywhere telling how to install this. Specifically, checking the code I don't see namespacer defined as an angular module, so I'm unsure if I should add it as an angular dependency of my application module.
Thanks for the nice job
The text was updated successfully, but these errors were encountered: