simplify
This commit is contained in:
+1
-1
@@ -684,7 +684,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
Client.error(error);
|
||||
} else {
|
||||
$('#uninstallModal').modal('hide');
|
||||
Client.refreshAppCache($scope.app.id); // reflect the new app state immediately
|
||||
Client.refreshAppCache($scope.app.id, function() {}); // reflect the new app state immediately
|
||||
$location.path('/apps');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user