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 Apr 12, 2024. It is now read-only.
This is because the notify handler of a promise is used to call the provided function. $q is tied to the $digest cycle so the function never gets called without a $digest!
I'm guessing this is not the desired behavior?
The text was updated successfully, but these errors were encountered:
minznerjosh
added a commit
to minznerjosh/angular.js
that referenced
this issue
Jan 20, 2014
Becasue calling the interval function relies on a promise notify
handler, the interval function would not get called without a
invokeApply being true. With this update, if invokeApply is false, the
function is called normally.
Closesangular#5902
This is because the notify handler of a promise is used to call the provided function. $q is tied to the $digest cycle so the function never gets called without a $digest!
I'm guessing this is not the desired behavior?
The text was updated successfully, but these errors were encountered: