Set loading to false after error load component view
This commit is contained in:
@@ -71,6 +71,7 @@ class ComponentView {
|
||||
if($scope.loadTimeout) { $timeout.cancel($scope.loadTimeout);}
|
||||
$scope.loadTimeout = $timeout(() => {
|
||||
if($scope.loading) {
|
||||
$scope.loading = false;
|
||||
$scope.issueLoading = true;
|
||||
}
|
||||
}, 3500);
|
||||
|
||||
Reference in New Issue
Block a user