Commit 132d8046f914255febad8e66c1177db984d828d9

Authored by Jose Pinto
1 parent ecb228f8ab
Exists in master

fuera ToDo

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