From d83a92c12138ab53d1a6c6eae7d0cf9300514e8c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 13 Oct 2011 16:58:44 -0700 Subject: fix(checkbox): prefix true-value & false-value with ng: --- src/widget/input.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/widget/input.js') diff --git a/src/widget/input.js b/src/widget/input.js index 7f1a5773..ec9701e7 100644 --- a/src/widget/input.js +++ b/src/widget/input.js @@ -414,8 +414,8 @@ angularInputType('integer', numericRegexpInputType(INTEGER_REGEXP, 'INTEGER')); * * @param {string} ng:model Assignable angular expression to data-bind to. * @param {string=} name Property name of the form under which the widgets is published. - * @param {string=} true-value The value to which the expression should be set when selected. - * @param {string=} false-value The value to which the expression should be set when not selected. + * @param {string=} ng:true-value The value to which the expression should be set when selected. + * @param {string=} ng:false-value The value to which the expression should be set when not selected. * @param {string=} ng:change Angular expression to be executed when input changes due to user * interaction with the input element. * @@ -432,7 +432,7 @@ angularInputType('integer', numericRegexpInputType(INTEGER_REGEXP, 'INTEGER'));
value1 = {{value1}}