Commit 7672521479c2655026206fbf05468bc5d88aead0
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !2
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -16,6 +16,7 @@ angular.module('focaBotoneraPrincipal') |
16 | 16 | focaBotoneraLateralService.showGuardar(false); |
17 | 17 | focaBotoneraLateralService.showPausar(false); |
18 | 18 | focaBotoneraLateralService.showSalir(false); |
19 | + focaBotoneraLateralService.showCancelar(false); | |
19 | 20 | |
20 | 21 | $scope.irA = function(accion) { |
21 | 22 | $location.path(accion); |