Commit c6b17148d9afa462955c0749ac9504fe5de81b41

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'develop'

Master(benjamin)

See merge request !12
src/js/controller.js
... ... @@ -28,7 +28,7 @@ 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 ]);