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);}
|
if($scope.loadTimeout) { $timeout.cancel($scope.loadTimeout);}
|
||||||
$scope.loadTimeout = $timeout(() => {
|
$scope.loadTimeout = $timeout(() => {
|
||||||
if($scope.loading) {
|
if($scope.loading) {
|
||||||
|
$scope.loading = false;
|
||||||
$scope.issueLoading = true;
|
$scope.issueLoading = true;
|
||||||
}
|
}
|
||||||
}, 3500);
|
}, 3500);
|
||||||
|
|||||||
Reference in New Issue
Block a user