diff --git a/src/js/controller.js b/src/js/controller.js index 489ea3e..adcee05 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -20,7 +20,7 @@ angular.module('focaModalCotizacion') $scope.currentPage = 1; $scope.filteredCotizacion = []; $scope.currentPageCotizacion = []; - $scope.selectedCotizacion = -1; + $scope.selectedCotizacion = 0; //METODOS $scope.search = function() {