aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-13 12:21:05 +0000
committerPeter Bacon Darwin2014-02-16 19:03:42 +0000
commit69a687e04e5983e7ebbd8169afa0f4f16251b3a9 (patch)
tree57a539578ed46af1c206390441a31b6acca04211 /src
parentb2dc0789437bfdb4dbbb1c4282d650f4cfe75c31 (diff)
downloadangular.js-69a687e04e5983e7ebbd8169afa0f4f16251b3a9.tar.bz2
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.
Diffstat (limited to 'src')
-rw-r--r--src/auto/injector.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auto/injector.js b/src/auto/injector.js
index dcfa2cc3..62b52620 100644
--- a/src/auto/injector.js
+++ b/src/auto/injector.js
@@ -2,6 +2,7 @@
/**
* @ngdoc function
+ * @module ng
* @name angular.injector
* @function
*