Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install instructions anywhere? #8

Open
jaymanned opened this issue Jan 27, 2017 · 1 comment
Open

Install instructions anywhere? #8

jaymanned opened this issue Jan 27, 2017 · 1 comment

Comments

@jaymanned
Copy link

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

@jaymanned
Copy link
Author

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) { 
...
}]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant