Commit 9474cc126fd02f13f0419e02490c5e439aa14278
1 parent
d097bdfe3a
Exists in
master
espacio alrededor de ===
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -229,7 +229,7 @@ angular.module('focaCrearNotaPedido') |
229 | 229 | ); |
230 | 230 | }; |
231 | 231 | $scope.abrirModalFlete = function() { |
232 | - if($scope.notaPedido.flete==='1') { | |
232 | + if($scope.notaPedido.flete === '1') { | |
233 | 233 | var modalInstance = $uibModal.open( |
234 | 234 | { |
235 | 235 | ariaLabelledBy: 'Busqueda de Flete', |
... | ... | @@ -280,10 +280,10 @@ angular.module('focaCrearNotaPedido') |
280 | 280 | $scope.editar = function(notaPedido) { |
281 | 281 | crearNotaPedidoService.setNotaPedido(notaPedido); |
282 | 282 | $location.path('/venta-nota-pedido/abm/'); |
283 | - } | |
283 | + }; | |
284 | 284 | $scope.crearPedido = function() { |
285 | 285 | crearNotaPedidoService.clearNotaPedido(); |
286 | 286 | $location.path('/venta-nota-pedido/abm/'); |
287 | - } | |
287 | + }; | |
288 | 288 | } |
289 | 289 | ]); |