We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69c180 commit ba731abCopy full SHA for ba731ab
src/ng/directive/input.js
@@ -1576,9 +1576,6 @@ var VALID_CLASS = 'ng-valid',
1576
* };
1577
* ```
1578
*
1579
- * @param {string} name The name of the validator.
1580
- * @param {Function} validationFn The validation function that will be run.
1581
- *
1582
* @property {Array.<Function>} $viewChangeListeners Array of functions to execute whenever the
1583
* view value has changed. It is called with no arguments, and its return value is ignored.
1584
* This can be used in place of additional $watches against the model value.
0 commit comments