Commit 838be37ae102ba7a70fe2b9e1964dd30ea9c6806

Authored by Luigi
Exists in master and in 1 other branch develop

Merge branch 'master' into 'develop'

Master

See merge request !15
src/js/controller.js
... ... @@ -5,11 +5,16 @@ angular.module('focaAbmPreciosCondiciones')
5 5 function($scope, focaAbmPreciosCondicionesService, $location,
6 6 focaModalService, focaBotoneraLateralService, $timeout, $localStorage) {
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);
  16 +
  17 + $scope.focusSearch = true;
13 18 });
14 19  
15 20 $scope.filters = '';
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