angular-bootstrap-checkbox icon indicating copy to clipboard operation
angular-bootstrap-checkbox copied to clipboard

Fix for mobile click registering

Open hitchcockwill opened this issue 10 years ago • 1 comments

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 avatar Sep 22 '15 21:09 hitchcockwill

Takes care of issue #20

hitchcockwill avatar Sep 22 '15 21:09 hitchcockwill