craftpip/angular-confirm

Digest Cycles Infinitely After $ngConfirm open and close

mwalsh728 opened this issue · 2 comments

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.

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

This is now fixed in v1.1.0