Commit 6551d4553e1cb3869d0887da07fa0976268f9d89

Authored by Nicolás Guarnieri
1 parent c8341653fd
Exists in master

fix retroceder pagina con flecha para arriba

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -115,7 +115,7 @@ angular.module('focaBusquedaProductos')
115 115  
116 116 function anterior(key) {
117 117 if ($scope.selectedProducto === 0) {
118   - anteriorPagina();
  118 + retrocederPagina();
119 119 } else {
120 120 $scope.selectedProducto--;
121 121 }