Commit a7a2db83784d04bb618db510676faf359d86ce2e

Authored by Jose Pinto
1 parent c2c7a3fb93
Exists in master

ok focus y teclado-virtual

src/js/controller.js
... ... @@ -5,14 +5,16 @@ angular.module('focaAbmPreciosCondiciones')
5 5 function($scope, focaAbmPreciosCondicionesService, $location,
6 6 focaModalService, focaBotoneraLateralService, $timeout) {
7 7  
  8 + $scope.focusSearch = false;
  9 + $scope.filters = '';
  10 + $scope.now = new Date();
8 11 $timeout(function() {
9 12 focaBotoneraLateralService.showSalir(true);
10 13 focaBotoneraLateralService.showPausar(false);
11 14 focaBotoneraLateralService.showCancelar(false);
12 15 focaBotoneraLateralService.showGuardar(false);
13   - });
14   - $scope.filters = '';
15   - $scope.now = new Date();
  16 + $scope.focusSearch = true;
  17 + }, 3000);
16 18 $scope.editar = function(id) {
17 19 $location.path('/precio-condicion/' + id);
18 20 };
src/views/foca-abm-precios-condiciones-item.html
... ... @@ -89,6 +89,7 @@
89 89 foca-focus="focused == 4"
90 90 ng-focus="focused = 4"
91 91 placeholder="Días"
  92 + teclado-virtual
92 93 />
93 94 <div class="input-group-append">
94 95 <button
src/views/foca-abm-precios-condiciones-listado.html
... ... @@ -16,6 +16,7 @@
16 16 teclado-virtual
17 17 ng-keypress="buscar($event.keyCode)"
18 18 ng-model="filters"
  19 + foca-focus="focusSearch"
19 20 />
20 21 <div class="input-group-append">
21 22 <button