Commit 38f891643075cce3581119de47be3c4138e5ab78
1 parent
13f6590098
Exists in
master
ok espacios
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -44,7 +44,6 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', |
| 44 | 44 | //La pantalla solo se usa para cargar pedidos |
| 45 | 45 | //var hojaRutaTemp = crearHojaRutaService.getHojaRuta(); |
| 46 | 46 | |
| 47 | - | |
| 48 | 47 | //SETEO BOTONERA LATERAL |
| 49 | 48 | $timeout(function() { |
| 50 | 49 | focaBotoneraLateralService.showSalir(true); |
| ... | ... | @@ -52,7 +51,6 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', |
| 52 | 51 | focaBotoneraLateralService.showGuardar(true, $scope.crearNotaPedido); |
| 53 | 52 | }); |
| 54 | 53 | |
| 55 | - | |
| 56 | 54 | crearHojaRutaService.getNumeroHojaRuta().then( |
| 57 | 55 | function(res) { |
| 58 | 56 | $scope.puntoVenta = $scope.rellenar(res.data.sucursal, 4); |