angular-bootstrap-checkbox
angular-bootstrap-checkbox copied to clipboard
Fix for mobile click registering
Instead of elem.bind use the ng-click directive on the button element in the template. This allows for mobile support for click handling without the need for any other libraries.
Takes care of issue #20