Hi,
I got the same problem, i'm not using ng-view, but ui-view (ui-router plugin). I have the same issue, when i try to use the following code to get the current app injector, it always return undefined.
angular.element(document.body).injector(); //return undefined.
Until i move the ui-view directive to a separate div, that not together with ng-app, then it work fine.