Commit d7090fca2e9ef67dd45dd5a01f8ca759ae966286

Authored by Luigi
1 parent ff487d865e
Exists in master and in 2 other branches demo, develop

Boton Cancelar

Showing 1 changed file with 1 additions and 0 deletions   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);