Commit 80c514dc5f76219678e5301147553808417ca64f
1 parent
38f8916430
Exists in
master
titulo en minuscula, funcion correcta
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -48,7 +48,7 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', |
48 | 48 | $timeout(function() { |
49 | 49 | focaBotoneraLateralService.showSalir(true); |
50 | 50 | focaBotoneraLateralService.showPausar(true); |
51 | - focaBotoneraLateralService.showGuardar(true, $scope.crearNotaPedido); | |
51 | + focaBotoneraLateralService.showGuardar(true, $scope.crearHojaRuta); | |
52 | 52 | }); |
53 | 53 | |
54 | 54 | crearHojaRutaService.getNumeroHojaRuta().then( |