1. Have you sourced your javascript files somewhere (index.html ?) so that they are available (e.g. <script src="xxx></script> ? 2. I can't see where you have defined any of your modules you reference (myApp.filters, myApp.services, etc). The only modules that I can see that you have defined are catalogService and CatalogCntrl. 3. Right after you define the CatalogCntrl module you redefine it as a controller, albeit with a slightly different name 4. Put a plunkr together if this doesn't help so that we can understand what you are trying to do.
-- 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.
