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