Commit 3fa566ca2c58cc7b4d8ade6841b5816d0d84e91a
1 parent
9b1e2e85a3
Exists in
master
and in
1 other branch
saco maxDate a calendarios
Showing
2 changed files
with
0 additions
and
5 deletions
 
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> |