-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacement for confirm #41
Comments
as for your second question, I had to fork it in order to customize dialog behavior. custom modals are non blocking unlike confirm, so it is not a trivial thing. if it helps here is my commit history on my fork: |
It does helps, thank you Chris; it would spare few code tinkering ... |
cstephe, I see you have made changes to your repo but have you uploaded a full demo showing the custom dialog functionality??? |
@menelaosbgr nope I'm not PRing it, If you want to go ahead, but it needs work to be an universal solution. |
Hello, i had discovered angular-unsavedChanges project throw Googling, and so far everything looking good and promising. So far i got 2 questions:
Is there any specific reason why this project not published on NPMJS ? (except of capital letter in name) ?
If you would be required to replace windows.confirm with alternative dialog pop-up as one from angular UI-Bootstrap modal pop-up http://angular-ui.github.io/bootstrap/#/modal , how would you do so ?
Thank you in advance ...
The text was updated successfully, but these errors were encountered: