Commit da62c0db2657278dfa7fec2a1c32e6880d88d70a

Authored by Eric Fernandez
1 parent 42c0dc8254
Exists in master

agrego todo

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -26,6 +26,7 @@ angular.module('focaModalNotaPedido')
26 26 //METODOS
27 27 $scope.busquedaPress = function(key) {
28 28 if (key === 13) {
  29 + //TODO Validaciones con alertas
29 30 if(!$scope.fechaDesde) {
30 31 alert('INGRESE FECHA DESDE');
31 32 return;