diff options
| author | Peter Bacon Darwin | 2014-02-13 12:21:05 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:42 +0000 | 
| commit | 69a687e04e5983e7ebbd8169afa0f4f16251b3a9 (patch) | |
| tree | 57a539578ed46af1c206390441a31b6acca04211 /src | |
| parent | b2dc0789437bfdb4dbbb1c4282d650f4cfe75c31 (diff) | |
| download | angular.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.js | 1 | 
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   * | 
