File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -340,8 +340,8 @@ var inputType = {
340
340
*
341
341
* @param {string } ngModel Assignable angular expression to data-bind to.
342
342
* @param {string= } name Property name of the form under which the control is published.
343
- * @param {string= } ngTrueValue The value to which the expression should be set when selected.
344
- * @param {string= } ngFalseValue The value to which the expression should be set when not selected.
343
+ * @param {string= } ngTrueValue The string or number value to which the expression should be set when selected.
344
+ * @param {string= } ngFalseValue The string or number value to which the expression should be set when not selected.
345
345
* @param {string= } ngChange Angular expression to be executed when input changes due to user
346
346
* interaction with the input element.
347
347
*
You can’t perform that action at this time.
0 commit comments