Commit c05675f6ce6bf5d487905cae04753e1088934152
1 parent
da62c0db26
Exists in
master
and in
1 other branch
agrego todo
Showing
1 changed file
with
1 additions
and
0 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -40,6 +40,7 @@ angular.module('focaModalNotaPedido') | 
| 40 | 40 | return; | 
| 41 | 41 | } | 
| 42 | 42 | $scope.searchLoading = true; | 
| 43 | + //TODO hacer filtro de fecha | |
| 43 | 44 | focaModalNotaPedidoService | 
| 44 | 45 | .getNotasPedido(usadoPor, $scope.fechaDesde.toISOString().split('.')[0], | 
| 45 | 46 | $scope.fechaHasta.toISOString().split('.')[0]) |