From d95a8e89752eec8c7c42a6b2e3c0460dafea6708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 7 Sep 2018 15:21:53 +0200 Subject: [PATCH] Do not run apply after $http promise resolve MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- js/controller/ActivityController.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/controller/ActivityController.js b/js/controller/ActivityController.js index 642e3608f..77ebeaef6 100644 --- a/js/controller/ActivityController.js +++ b/js/controller/ActivityController.js @@ -63,7 +63,6 @@ class ActivityController { _executeFetch(); } else { self.loading = false; - self.$scope.$apply(); } }, function () { self.loading = false;