Commit 3ba4ed978d6010ffbf0487ba0636a059e5df377c

Authored by Pablo Marco del Pont
1 parent cbb9be6d59
Exists in master and in 1 other branch develop

Cambio para enfocar primer item de la lista.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -20,7 +20,7 @@ angular.module('focaModalCotizacion')
20 20 $scope.currentPage = 1;
21 21 $scope.filteredCotizacion = [];
22 22 $scope.currentPageCotizacion = [];
23   - $scope.selectedCotizacion = -1;
  23 + $scope.selectedCotizacion = 0;
24 24  
25 25 //METODOS
26 26 $scope.search = function() {