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
you should wrap all async functions to make them start digest cycle. In case of setTimeout angular provides you $timeout service which handles digest for you.
I have simple component/controller/html for "file manager" so:
html:
component:
and controller:
If I don't have
$scope.$apply()
I don't se resulting changes. And I would like not to use$apply()
manually... Am I doing something wrong?The text was updated successfully, but these errors were encountered: