Skip to content

Commit 34b0195

Browse files
committed
documentation update to convey support for both string and number values in ngTrueValue and ngFalseValue attributes
1 parent 0a2df36 commit 34b0195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/directive/input.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ var inputType = {
340340
*
341341
* @param {string} ngModel Assignable angular expression to data-bind to.
342342
* @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.
345345
* @param {string=} ngChange Angular expression to be executed when input changes due to user
346346
* interaction with the input element.
347347
*

0 commit comments

Comments
 (0)