Commit 84bd6545 authored by Soumya Gouri's avatar Soumya Gouri

modified message

parent 18cfe357
...@@ -842,7 +842,7 @@ myApp.controller("projectController", function ($scope,uiGridConstants, myFactor ...@@ -842,7 +842,7 @@ myApp.controller("projectController", function ($scope,uiGridConstants, myFactor
getProjectDetails($scope.projectId); getProjectDetails($scope.projectId);
$mdDialog.show($mdDialog.alert({ $mdDialog.show($mdDialog.alert({
skipHide: true, skipHide: true,
textContent: 'Employee Inactivated', textContent: 'Deleted resource successfully!',
ok: 'ok' ok: 'ok'
})); }));
},500); },500);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment