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

missing $digests #17

Open stevehubert opened 7 years ago

stevehubert commented 7 years ago

I don't currently have any solutions for this. At least some of the time, the $digest loop is not executed after an action is performed. For example, if a button's action changes some model variable that should show up on the screen it will not show up until I force a $digest in some other way. I can do that with a call to scope.$apply() at the end of the action.