Commit 0867e749ca2ef83e8bbe6fe089efef2e49bcd414

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

saco maxDate a calendario

See merge request !5
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>