We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb6bd4 commit b871b98Copy full SHA for b871b98
src/ng/filter.js
@@ -115,6 +115,7 @@ function $FilterProvider($provide) {
115
* your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores
116
* (`myapp_subsection_filterx`).
117
* </div>
118
+ * @param {Function} factory If the first argument was a string, a factory function for the filter to be registered.
119
* @returns {Object} Registered filter instance, or if a map of filters was provided then a map
120
* of the registered filter instances.
121
*/
0 commit comments