Skip to content

Commit ba731ab

Browse files
committed
docs(ngModelController): remove bogus @param fields
1 parent e69c180 commit ba731ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ng/directive/input.js

-3
Original file line numberDiff line numberDiff line change
@@ -1576,9 +1576,6 @@ var VALID_CLASS = 'ng-valid',
15761576
* };
15771577
* ```
15781578
*
1579-
* @param {string} name The name of the validator.
1580-
* @param {Function} validationFn The validation function that will be run.
1581-
*
15821579
* @property {Array.<Function>} $viewChangeListeners Array of functions to execute whenever the
15831580
* view value has changed. It is called with no arguments, and its return value is ignored.
15841581
* This can be used in place of additional $watches against the model value.

0 commit comments

Comments
 (0)