DS

Results 2 comments of DS

I fix the issue, it works with ng-disabled ``` (function () { var module = angular.module('toggle-switch', ['ng']); module.provider('toggleSwitchConfig', function () { this.onLabel = 'On'; this.offLabel = 'Off'; this.knobLabel = '\u00a0';...