sebastianha / angular-bootstrap-checkbox

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

stopPropagation #16

Open mwolff86 opened 9 years ago

mwolff86 commented 9 years ago

Hey there,

could you please insert a "stopPropagation" for "click" Event, so that $event is not fired through

elem.bind("click", function($event) { scope.$apply(function() { if($event) { $event.stopPropagation(); }

Thanks