Guest User

Untitled

a guest
Feb 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <button type="button" ng-click="delete()">'Update'</button>
  2.  
  3. $scope.delete = function () {
  4. tasksService.getData($scope.ids).then(function (d) {
  5. var result = JSON.parse(d.data.data);
  6. });
  7. if (confirm("Sure to update status +'result.name'+ For building?")) {
  8. }
  9. }
Add Comment
Please, Sign In to add comment