Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- BatpoEditController.prototype.$backAction = function (confirmMsg) {
- var self = this;
- $scope.$emit('confirm:show', confirmMsg, function (promise) {
- promise.then(function () {
- self.$back(self.model.packageId);
- });
- });
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement