docs(injector): move angular.injector to the ng module

Even though it is defined in the auto folder, it makes more sense for this
function to appear in the ng module in the docs.
This commit is contained in:
Peter Bacon Darwin
2014-02-13 12:21:05 +00:00
parent b2dc078943
commit 69a687e04e

View File

@@ -2,6 +2,7 @@
/**
* @ngdoc function
* @module ng
* @name angular.injector
* @function
*