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.
Hi, when I use ES7 async/await transpiled using babel like this
await $http.get(...)
$scope.doSomething()
$digest loop is not called for some reason. I understand angular 1.* branch might not target some of the newer features but it would be wonderful if, at least, transpiled code worked as intented.