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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Use case is.. You open a modal, it shows a "checking.." with an ajax request running, which then it returns true or false, if true, you want to show a big red warning modal, if false, you just want to show a standard white modal.
So I'd need to be able to set windowClass to, say, "warning". Which is currently kind of impossible(or is it?).
It would be nice if there was a setWindowClass() function which could be called on $modalInstance what do you think?
The text was updated successfully, but these errors were encountered:
Use case is.. You open a modal, it shows a "checking.." with an ajax request running, which then it returns true or false, if true, you want to show a big red warning modal, if false, you just want to show a standard white modal.
So I'd need to be able to set
windowClass
to, say, "warning". Which is currently kind of impossible(or is it?).It would be nice if there was a
setWindowClass()
function which could be called on$modalInstance
what do you think?The text was updated successfully, but these errors were encountered: