Commit 49f31e0f404f21e06d14c9ac11a525ce36e6a74d
1 parent
f97fdee1d1
Exists in
master
and in
1 other branch
seteo remito de pausar después de traer moneda por defecto
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -33,6 +33,8 @@ angular.module('focaCrearRemito') .controller('remitoController', |
33 | 33 | ); |
34 | 34 | $scope.inicial.cotizacion = $scope.remito.cotizacion; |
35 | 35 | $scope.cotizacionPorDefecto = angular.copy($scope.remito.cotizacion); |
36 | + | |
37 | + $timeout(function() { getLSRemito(); }); | |
36 | 38 | }); |
37 | 39 | |
38 | 40 | //SETEO BOTONERA LATERAL |
... | ... | @@ -44,7 +46,6 @@ angular.module('focaCrearRemito') .controller('remitoController', |
44 | 46 | }); |
45 | 47 | |
46 | 48 | init(); |
47 | - $timeout(function() {getLSRemito();}); | |
48 | 49 | } |
49 | 50 | |
50 | 51 | function init() { |