Any way to set the default close delay time?
Modal service for AngularJS - supports creating popups and modals via a service.
Brought to you by:
evanfcrane
Originally created by: cuda-pdong
I'm using angular-modal-service with bootstrap modals and I've run into an issue where close is being run before the modal animation is complete. I've added
$scope.close = function () {
close(null, 500);
};
to my scope and when the modal is closed using that function everything is OK but when clicking the backdrop or hitting escape, that function isn't being fired.
Is there any way to set the default close delay for all modals or get my custom close running when the user closes the modal in alternative ways?

Thanks.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: IvanDimanov
Hi @cuda-pdong
I think you should try
That's the only way I found possible