Commit d69ff9bf7640b3607ec1303e135b3a4514e18e86

Authored by Eric Fernandez
1 parent 35667eb7c5
Exists in master

foco en primer ítem

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -29,6 +29,7 @@ angular.module('focaBusquedaProductos')
29 29 $scope.primerBusqueda = true;
30 30 $scope.productos = res.data;
31 31 $scope.search();
  32 + primera();
32 33 }
33 34 );
34 35 } else if(idLista === -1) {