Commit 4d3dc4d40e19f387a36492e90b27972c4d0d7b77
Exists in
master
and in
1 other branch
Merge branch 'develop' into 'master'
Develop See merge request !3
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); |