com.jwebmp.plugins.bootstrap.alerts.events.BSAlertCloseEvent.min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-bootstrap Show documentation
Show all versions of jwebmp-bootstrap Show documentation
The JWebSwing implementation for Bootstrap
JW_APP_NAME.directive("ngBsAlertCloseDirective",function($parse){return function(scope,element,attrs){var fn=$parse(attrs.ngBsAlertCloseDirective);element.on("close.bs.alert",function(event){scope.$apply(function(){event.preventDefault();fn(scope,{$event:event})})})}});