Commit 838be37ae102ba7a70fe2b9e1964dd30ea9c6806
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !15
Showing
3 changed files
 
Show diff stats
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