File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2271,8 +2271,9 @@ if (window.jasmine || window.mocha) {
2271
2271
* @param {...(string|Function|Object) } fns any number of modules which are represented as string
2272
2272
* aliases or as anonymous module initialization functions. The modules are used to
2273
2273
* configure the injector. The 'ng' and 'ngMock' modules are automatically loaded. If an
2274
- * object literal is passed they will be registered as values in the module, the key being
2275
- * the module name and the value being what is returned.
2274
+ * object literal is passed each key-value pair will be registered on the module via
2275
+ * {@link auto.$provide $provide}.value, the key being the string name (or token) to associate
2276
+ * with the value on the injector.
2276
2277
*/
2277
2278
window . module = angular . mock . module = function ( ) {
2278
2279
var moduleFns = Array . prototype . slice . call ( arguments , 0 ) ;
You can’t perform that action at this time.
0 commit comments