Advertisement
krtek_net

Untitled

Apr 22nd, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. BatpoEditController.prototype.$backAction = function (confirmMsg) {
  2.         var self = this;
  3.  
  4.         $scope.$emit('confirm:show', confirmMsg, function (promise) {
  5.             promise.then(function () {
  6.                 self.$back(self.model.packageId);
  7.             });
  8.         });
  9.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement