Commit fbf7b6b29f299f3eb3ea77eb5a4536345a34ce9e

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

Merge branch 'master' into 'develop'

Master(mpuebla)

See merge request !147

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;