Commit fbf7b6b29f299f3eb3ea77eb5a4536345a34ce9e
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !147
Showing
2 changed files
Show diff stats
img/efectivo.png
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; |