servergrove / NgSwitchery

An AngularJS Directive for Switchery
MIT License
87 stars 49 forks source link

Compatibility with ngTrueValue and ngFalseValue #27

Closed asabirov closed 9 years ago

asabirov commented 9 years ago

It's not apply current state if input has these directives. For example:

<input type="radio" ng-switch ng-true-value="'active'" ng-false-value="'disabled'" .../>
aramonc commented 9 years ago

There are conflicts with #28, please re-open when they're fixed.