Do not run apply after $http promise resolve

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-09-07 15:21:53 +02:00
parent 28f58ee5f3
commit d95a8e8975

View File

@@ -63,7 +63,6 @@ class ActivityController {
_executeFetch(); _executeFetch();
} else { } else {
self.loading = false; self.loading = false;
self.$scope.$apply();
} }
}, function () { }, function () {
self.loading = false; self.loading = false;