Commit af69bf858e630e17ae0842173c38730cfd068003
1 parent
6733eafdc5
Exists in
master
and in
2 other branches
Boton cancelar
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/js/controllerDetalles.js
... | ... | @@ -144,10 +144,10 @@ angular.module('focaCrearHojaRuta') |
144 | 144 | }; |
145 | 145 | |
146 | 146 | $scope.cancel = function () { |
147 | - var validarCisternas = validarArticulos(); | |
148 | - if (validarCisternas !== undefined) { | |
147 | + // var validarCisternas = validarArticulos(); | |
148 | + // if (validarCisternas !== undefined) { | |
149 | 149 | $uibModalInstance.dismiss(null); |
150 | - } | |
150 | + // } | |
151 | 151 | }; |
152 | 152 | |
153 | 153 | function validarArticulos () { |