Commit 6304aedb3fa9f1fca0789a252dfd2548651347b5

Authored by Jose Pinto
1 parent 11408cb3fe
Exists in master and in 1 other branch develop

fuera ToDo

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