diff --git a/src/js/controller.js b/src/js/controller.js index a532ff3..d080d9f 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -5,14 +5,16 @@ angular.module('focaAbmPreciosCondiciones') function($scope, focaAbmPreciosCondicionesService, $location, focaModalService, focaBotoneraLateralService, $timeout) { + $scope.focusSearch = false; + $scope.filters = ''; + $scope.now = new Date(); $timeout(function() { focaBotoneraLateralService.showSalir(true); focaBotoneraLateralService.showPausar(false); focaBotoneraLateralService.showCancelar(false); focaBotoneraLateralService.showGuardar(false); - }); - $scope.filters = ''; - $scope.now = new Date(); + $scope.focusSearch = true; + }, 3000); $scope.editar = function(id) { $location.path('/precio-condicion/' + id); }; diff --git a/src/views/foca-abm-precios-condiciones-item.html b/src/views/foca-abm-precios-condiciones-item.html index 5a2918f..54efb33 100644 --- a/src/views/foca-abm-precios-condiciones-item.html +++ b/src/views/foca-abm-precios-condiciones-item.html @@ -89,6 +89,7 @@ foca-focus="focused == 4" ng-focus="focused = 4" placeholder="Días" + teclado-virtual />