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
There is a case, when I need to launch show() after some async callback (e.g. after successfull connection to server) and $scope inside toast provider has been updated but view does not reflect this changes. So, I temporary added additional argument into show method e.g. applyAsync which tell to toast provider that it must launch $scope.$applyAsync after scope will be updated. May be it is not good decision, it would be nice if you investigate this issue more deeply. Thanks.
The text was updated successfully, but these errors were encountered:
There is a case, when I need to launch show() after some async callback (e.g. after successfull connection to server) and $scope inside toast provider has been updated but view does not reflect this changes. So, I temporary added additional argument into show method e.g. applyAsync which tell to toast provider that it must launch $scope.$applyAsync after scope will be updated. May be it is not good decision, it would be nice if you investigate this issue more deeply. Thanks.
The text was updated successfully, but these errors were encountered: