You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be very usefull, a property to bind bootstrap modal events like this:
$ngBootbox.customDialog({
// currently props like: title, message, buttons.....
events: {
'shown.bs.modal': function() {
// this is showed on each modal show
alert('My modal is showing!');
}
}
The text was updated successfully, but these errors were encountered:
This can be very usefull, a property to bind bootstrap modal events like this:
The text was updated successfully, but these errors were encountered: