Commit f084967a8211c59287d16cae4ed773c453f64bb1

Authored by Benjamin Rodriguez
1 parent bf67f0746b
Exists in master and in 1 other branch develop

agrego informacion al modal de info

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -28,7 +28,8 @@ angular.module('focaBotoneraPrincipal')
28 28  
29 29 $scope.showTerminal = function() {
30 30 var key = $localStorage.terminalKey;
31   - focaModalService.alert('SU TERMINAL ES: ' + key);
  31 + focaModalService.info('Su terminal es: ' + key);
  32 +
32 33 };
33 34 }
34 35 ]);