Changing a checkbox to a switch style button-Twitter bootstrap
I'm trying to change my checkbox to a switch style. The checkbox is rendered with ng-repeat. The problem is, when I click on any of the switch-style checkboxes, only the top one changes. What's going wrong? var app = angular.module("myApp",…