angular-bootstrap-checkbox
angular-bootstrap-checkbox copied to clipboard
Support angular expressions in addition to simple strings for ngTrueValue & ngFalseValue.
Setting anything other than a string to ng-true-value and ng-false-value breaks the checkbox. This PR supports using object expressions for ng-true-value and ng-false-value.
Relevant issue: https://github.com/sebastianha/angular-bootstrap-checkbox/issues/31
Hi,
thanks for the PR, it looks good. As soon as I tested it, I will merge it!