Commit a7a2db83784d04bb618db510676faf359d86ce2e
1 parent
c2c7a3fb93
Exists in
master
ok focus y teclado-virtual
Showing
3 changed files
with
7 additions
and
3 deletions
Show diff stats
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