Do not run apply after $http promise resolve
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user