sebastianha / angular-bootstrap-checkbox

A checkbox for AngularJS styled to fit the Twitter Bootstrap standard design
MIT License
148 stars 66 forks source link

Fix for mobile click registering #22

Open hitchcockwill opened 8 years ago

hitchcockwill commented 8 years ago

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.

hitchcockwill commented 8 years ago

Takes care of issue #20