Merge branch 'master' of https://bitbucket.org/venbainformationtechnology/apollodec
This commit is contained in:
commit
d30fc0ba15
@ -540,7 +540,7 @@ $scope.disableSendButton = true;
|
||||
swal(" ", response.data.message, "success");
|
||||
// swal(" ", "Status added successfully.", "success");
|
||||
$scope.initgroup()
|
||||
$state.go($state.current, {}, { reload: true });
|
||||
//$state.go($state.current, {}, { reload: true });
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -897,7 +897,8 @@ if(group == '')
|
||||
swal(" ", response.data.message, "success");
|
||||
// swal(" ", "Status added successfully.", "success");
|
||||
$scope.initgroup()
|
||||
$state.go($state.current, {}, { reload: true });
|
||||
myModel.GroupName = '';
|
||||
// $state.go($state.current, {}, { reload: true });
|
||||
} else {
|
||||
|
||||
swal(" ", response.data.message, "error");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user