"reload" page when project deleted

related to #4611
This commit is contained in:
Chris Meyers 2017-01-18 11:00:07 -05:00
parent cf07e08c54
commit 49a29168e6

View File

@ -176,8 +176,7 @@ export function ProjectsList($scope, $rootScope, $location, $log, $stateParams,
if (parseInt($state.params.project_id) === id) {
$state.go("^", null, { reload: true });
} else {
// @issue: OLD SEARCH
// $scope.search(list.iterator);
$state.go('.', null, {reload: true});
}
})
.error(function (data, status) {