Commit f0bb186662b59308600d514e7be5491b1b73298c

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

saco maxDate a calendarios

src/js/controller.js
... ... @@ -20,9 +20,6 @@ angular.module('focaModalCobranza')
20 20 $scope.filteredCobranzas = [];
21 21 $scope.currentPageCobranzas = [];
22 22 $scope.selectedCobranza = -1;
23   - $scope.dateOptions = {
24   - maxDate: new Date()
25   - };
26 23  
27 24 //METODOS
28 25 $scope.busquedaPress = function(key) {
src/views/foca-modal-cobranza.html
... ... @@ -54,7 +54,6 @@
54 54 is-open="datepickerOpen"
55 55 on-open-focus="false"
56 56 ng-focus="datepickerOpen = true"
57   - datepicker-options="dateOptions"
58 57 />
59 58 </div>
60 59 <small class="col-md-2 col-4 text-left my-1">Fecha Hasta</small>
... ... @@ -76,7 +75,6 @@
76 75 is-open="datepicker2Open"
77 76 on-open-focus="false"
78 77 ng-focus="datepicker2Open = true"
79   - datepicker-options="dateOptions"
80 78 />
81 79 </div>
82 80 </div>