File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 60
60
* For more information about how angular filters work, and how to create your own filters, see
61
61
* {@link guide/filter Filters} in the Angular Developer Guide.
62
62
*/
63
- /**
64
- * @ngdoc method
65
- * @name $filterProvider#register
66
- * @description
67
- * Register filter factory function.
68
- *
69
- * @param {String } name Name of the filter.
70
- * @param {Function } fn The filter factory function which is injectable.
71
- */
72
-
73
63
74
64
/**
75
65
* @ngdoc service
@@ -108,7 +98,7 @@ function $FilterProvider($provide) {
108
98
109
99
/**
110
100
* @ngdoc method
111
- * @name $controllerProvider #register
101
+ * @name $filterProvider #register
112
102
* @param {string|Object } name Name of the filter function, or an object map of filters where
113
103
* the keys are the filter names and the values are the filter factories.
114
104
* @returns {Object } Registered filter instance, or if a map of filters was provided then a map
You can’t perform that action at this time.
0 commit comments