StylishFlash

Results 2 comments of StylishFlash

I had the same problem. I solved it by changing onClick to: ``` function onClick(e) { if (movement < 1) { if (vm.state === 'null') { const element = angular.element(this);...

I wanted to show the values of the toggle (in my case on / off) so in the directive template I changed: `` to `{{ngModel}}` then in `function parseOptions()` I...