diff options
Diffstat (limited to 'src/Injector.js')
| -rw-r--r-- | src/Injector.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Injector.js b/src/Injector.js index fbc6d3a0..fd67a25e 100644 --- a/src/Injector.js +++ b/src/Injector.js @@ -11,14 +11,14 @@ * * @param {<string, function()>} modules... A list of module functions or their aliases. See - * {@link angular.module}. The `NG` module must be explicitly added. + * {@link angular.module}. The `ng` module must be explicitly added. * @returns {function()} Injector function. See {@link angular.module.AUTO.$injector $injector}. * * @example * Typical usage * <pre> * // create an injector - * var $injector = angular.injector('NG'); + * var $injector = angular.injector('ng'); * * // use the injector to kick of your application * // use the type inference to auto inject arguments, or use implicit injection |
