Commit a8fd8623cf5c54b8a5c3f9d90cca45e5e6482bb1
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
saco maxDate a calendarios See merge request !6
Showing
2 changed files
Show diff stats
src/js/controller.js
... | ... | @@ -23,9 +23,6 @@ angular.module('focaModalRemito') |
23 | 23 | $scope.filteredRemitos = []; |
24 | 24 | $scope.currentPageRemitos = []; |
25 | 25 | $scope.selectedRemito = -1; |
26 | - $scope.dateOptions = { | |
27 | - maxDate: new Date() | |
28 | - }; | |
29 | 26 | |
30 | 27 | //METODOS |
31 | 28 | $scope.busquedaPress = function(key) { |
src/views/foca-modal-remito.html
... | ... | @@ -53,7 +53,6 @@ |
53 | 53 | is-open="datepickerOpen" |
54 | 54 | on-open-focus="false" |
55 | 55 | ng-focus="datepickerOpen = true" |
56 | - datepicker-options="dateOptions" | |
57 | 56 | /> |
58 | 57 | </div> |
59 | 58 | <small class="col-md-2 col-4 text-left my-1">Fecha Hasta</small> |
... | ... | @@ -75,7 +74,6 @@ |
75 | 74 | is-open="datepicker2Open" |
76 | 75 | on-open-focus="false" |
77 | 76 | ng-focus="datepicker2Open = true" |
78 | - datepicker-options="dateOptions" | |
79 | 77 | /> |
80 | 78 | </div> |
81 | 79 | </div> |