I am trying to use data-toggle="toggle" (from: http://www.bootstraptoggle.com/ ) on a checkbox. However, this breaks angulars ng-click and ng-change... They are simply not firing the function. Does anyone have a solution for this?
Code snippet below:
<input type="checkbox"
ng-click="testFunction()"
ng-model="testValue"
checked
data-toggle="toggle">
ng-changein the code. Also have you tried wrapping thetestFunction()in double quotes? Either way a Plunkr would be useful