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();
|
||||
} else {
|
||||
self.loading = false;
|
||||
self.$scope.$apply();
|
||||
}
|
||||
}, function () {
|
||||
self.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user