craftpip / angular-confirm

A multipurpose plugin for alert, confirm & dialog for angular1
http://craftpip.github.io/angular-confirm/
MIT License
115 stars 20 forks source link

Digest Cycles Infinitely After $ngConfirm open and close #6

Closed mwalsh728 closed 7 years ago

mwalsh728 commented 7 years ago

When we open up any #ngConfirm dialog on a page, the digest loop count just runs wild until the user leaves the page.

This is the case even when you close the dialog window. I've tried several ideas within my controller, including manually closing, setting the $ngConfirm object to a variable and then un-setting it, but the problem does not go away.

I don't think we can implement your library until this issue is fixed.

craftpip commented 7 years ago

Sorry about the inconvenience. I'm in the process of rewriting the plugin to fix this, Hopefully will be complete in 2 days.

craftpip commented 7 years ago

This is now fixed in v1.1.0