Commit 47e1ae08628d87e754199fffb2589d8da905cdfa
1 parent
599e4038e5
Exists in
master
ok espacios
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -94,7 +94,7 @@ angular.module('focaBusquedaCliente') |
94 | 94 | $scope.cancel = function() { |
95 | 95 | if($scope.ingreso) { |
96 | 96 | $scope.ingreso = false; |
97 | - } else { | |
97 | + }else { | |
98 | 98 | $uibModalInstance.dismiss('cancel'); |
99 | 99 | } |
100 | 100 | }; |
... | ... | @@ -144,7 +144,6 @@ angular.module('focaBusquedaCliente') |
144 | 144 | }); |
145 | 145 | } |
146 | 146 | }; |
147 | - | |
148 | 147 | $scope.seleccionarLocalidad = function(key) { |
149 | 148 | if($scope.cliente.provincia.ID === undefined) { |
150 | 149 | //TODO: Poner modal alert de foca |
... | ... | @@ -214,7 +213,6 @@ angular.module('focaBusquedaCliente') |
214 | 213 | }); |
215 | 214 | } |
216 | 215 | }; |
217 | - | |
218 | 216 | $scope.seleccionarZona = function(key) { |
219 | 217 | if(key === 13) { |
220 | 218 | var modalInstance = $uibModal.open( |
... | ... | @@ -235,7 +233,6 @@ angular.module('focaBusquedaCliente') |
235 | 233 | }); |
236 | 234 | } |
237 | 235 | }; |
238 | - | |
239 | 236 | $scope.seleccionarTipoFactura = function(key) { |
240 | 237 | if(key === 13) { |
241 | 238 | var modalInstance = $uibModal.open( |
... | ... | @@ -256,7 +253,6 @@ angular.module('focaBusquedaCliente') |
256 | 253 | }); |
257 | 254 | } |
258 | 255 | }; |
259 | - | |
260 | 256 | $scope.seleccionarTipoComprobante = function(key) { |
261 | 257 | if(key === 13) { |
262 | 258 | var modalInstance = $uibModal.open( |
... | ... | @@ -277,7 +273,6 @@ angular.module('focaBusquedaCliente') |
277 | 273 | }); |
278 | 274 | } |
279 | 275 | }; |
280 | - | |
281 | 276 | $scope.seleccionarFormaPago = function(key) { |
282 | 277 | if(key === 13) { |
283 | 278 | var modalInstance = $uibModal.open( |