GITLAB
Jose Pinto
/ foca-modal-busqueda-productos
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d69ff9bf7640b3607ec1303e135b3a4514e18e86
Authored by
Eric Fernandez
2018-10-30 17:36:12 -0300
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
Side-by-side Diff
Inline Diff
src/js/controller.js
Diff comments
View file @
d69ff9b
...
...
@@ -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) {