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
c8341653fdaf129db8b4cd8da3dca6feb04e6aab
Authored by
Nicolás Guarnieri
2018-10-04 17:39:58 -0300
1 parent
9c15264e7f
Exists in
master
eliminar console
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/js/controller.js
Side-by-side Diff
Inline Diff
src/js/controller.js
Diff comments
View file @
c834165
...
...
@@ -62,7 +62,6 @@ angular.module('focaBusquedaProductos')
62
62
}
63
63
64
64
$scope.itemProducto = function(key) {
65
- console.info(key);
66
65
if (key == 38) {
67
66
anterior(key);
68
67
}