From 49f31e0f404f21e06d14c9ac11a525ce36e6a74d Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 9 Apr 2019 10:05:08 -0300 Subject: [PATCH] =?UTF-8?q?seteo=20remito=20de=20pausar=20despu=C3=A9s=20d?= =?UTF-8?q?e=20traer=20moneda=20por=20defecto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/controller.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/controller.js b/src/js/controller.js index bd1963d..f1e5ab6 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -33,6 +33,8 @@ angular.module('focaCrearRemito') .controller('remitoController', ); $scope.inicial.cotizacion = $scope.remito.cotizacion; $scope.cotizacionPorDefecto = angular.copy($scope.remito.cotizacion); + + $timeout(function() { getLSRemito(); }); }); //SETEO BOTONERA LATERAL @@ -44,7 +46,6 @@ angular.module('focaCrearRemito') .controller('remitoController', }); init(); - $timeout(function() {getLSRemito();}); } function init() { -- 1.9.1