When you declare a new module you need to pass the dependencies as the
second argument, for example:
angular.module('app.ui.page.home', ['main'])
angular.module('app.resolve', [])
angular.module('main', [])
You should also inject the arguments, especially when you go to
minify. There are a few ways to do this, see
https://docs.angularjs.org/guide/di
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.