Hello all, I have been using angular.element(el).injector() to debug my service (as factory) from the browser console. This has worked fine.
Yesterday, I decided to split my views using ng-view and the router and since then injector() is returning undefined. I tried targeting the the element with ng-controller as well as the element with ng-app but I still get undefined. Can anyone help? Plunker: http://plnkr.co/edit/lWHSy1Cs1wMgkzZCML2j?p=preview Thanks. -- 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.
