Commit b8548806eab74ef9aabb28b95816ef219c9cdbf1

Authored by Marcelo Puebla
1 parent 27a3462124
Exists in master and in 1 other branch develop

Agregada imagen efectivo.

Showing 2 changed files with 1 additions and 2 deletions   Show diff stats

13.4 KB

src/js/controller.js
... ... @@ -4,8 +4,7 @@ angular.module('appWrapperDemo')
4 4 '$rootScope',
5 5 '$timeout',
6 6 '$uibModalStack',
7   - '$uibModal',
8   - function ($scope, $rootScope, $timeout, $uibModalStack, $uibModal) {
  7 + function ($scope, $rootScope, $timeout, $uibModalStack) {
9 8 $scope.usarTeclado = false;
10 9 $rootScope.$broadcast('usarTeclado', false);
11 10 $scope.mostrarTeclado = false;