We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.decorator()
1 parent 7945e50 commit d20ba95Copy full SHA for d20ba95
src/loader.js
@@ -197,9 +197,9 @@ function setupModuleLoader(window) {
197
* @ngdoc method
198
* @name angular.Module#decorator
199
* @module ng
200
- * @param {string} The name of the service to decorate.
201
- * @param {Function} This function will be invoked when the service needs to be
202
- * instantiated and should return the decorated service instance.
+ * @param {string} name The name of the service to decorate.
+ * @param {Function} decorFn This function will be invoked when the service needs to be
+ * instantiated and should return the decorated service instance.
203
* @description
204
* See {@link auto.$provide#decorator $provide.decorator()}.
205
*/
0 commit comments