JumpLink / angular-toggle-switch

AngularJS Toggle Switch
http://jumplink.github.io/angular-toggle-switch/
MIT License
68 stars 37 forks source link

isDisabled #6

Closed sgentile closed 9 years ago

sgentile commented 9 years ago

I'm using your forked version for support of 'isDisabled' -

I've tried

<toggle-switch is-disabled="disabled" ...>
    </toggle-switch>

and

<toggle-switch is-disabled="true" ...>
    </toggle-switch>

Neither seem to work - the demo page doesn't appear to disabled it either ?

Gary-Li commented 9 years ago

The latest version isn't support ng-disabled directive anymore.

JumpLink commented 9 years ago

I've update the demo page and released a new version, is it now working for you @sgentile?