Commit c8a37d3af5f8012c14db1eb645c584ca4854a86d

Authored by Eric Fernandez
1 parent c33f4e7277
Exists in master

Al dar enter hacemos foco en el primer ítem

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -36,6 +36,7 @@ angular.module('focaBusquedaProductos')
36 36 function(res) {
37 37 $scope.productos = res.data;
38 38 $scope.search();
  39 + primera();
39 40 }
40 41 );
41 42 }