Hi Bala,

Ok, it took me a little while to realize you where out to use the strings 
"true" and "false"  and not a Boolean value. If you want/need to to do 
that, you have to do it everywhere.
The thing becomes a lot simpler if you just use real boolean values!

here is a working fiddle <https://jsfiddle.net/7urrobaa/8/>.

the trick is, that you have to put in strings inside your values. also 
ngModel on checkbox gets converted to a boolean, so you need to utilize the 
ngChange to convert it back to a string.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to