Commit e9edcb5b7ca0fd226f36f34f9e580eb9b13ac6ec

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

saco maxDate a calendario

src/js/controller.js
... ... @@ -23,9 +23,6 @@ angular.module('focaModalNotaPedido')
23 23 $scope.filteredNotasPedido = [];
24 24 $scope.currentPageNotasPedido = [];
25 25 $scope.selectedNotaPedido = -1;
26   - $scope.dateOptions = {
27   - maxDate: new Date()
28   - };
29 26  
30 27 //METODOS
31 28 $scope.busquedaPress = function(key) {
src/views/foca-modal-nota-pedido.html
... ... @@ -75,7 +75,6 @@
75 75 is-open="datepicker2Open"
76 76 on-open-focus="false"
77 77 ng-focus="datepicker2Open = true"
78   - datepicker-options="dateOptions"
79 78 />
80 79 </div>
81 80 </div>