Hi Some_stuff,
When injecting you can’t inject the modules themselves. You can only inject the contents of that module. In your case switch out schedulerModule for schedule. The angular injector is not working like commonJS, it is more like just including the script tag in your HTML, it just includes whatever is inside your module into your current app. Does this help a bit? Regards Sander -- 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.
