Commit d83b461aa9846f0afbe657ea883957bbf4ce3381
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !18
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -64,7 +64,8 @@ angular.module('focaModalPrecioCondicion') |
| 64 | 64 | } |
| 65 | 65 | ], |
| 66 | 66 | }).then(function (res) { |
| 67 | - focaModalService.confirm('¿Desea cambiar la lista de precios?').then(function (data){ | |
| 67 | + focaModalService.confirm('¿Desea cambiar la lista de precios?\n'+ | |
| 68 | + 'Se perderan los productos ingresados').then(function (data){ | |
| 68 | 69 | if (data) { |
| 69 | 70 | $scope.associatedList = false; |
| 70 | 71 | $scope.listaDePreciosAlternativa = res; |