Commit c6497e5e73661f763d09457cb75d59c2299dd665

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

saco maxDate a calendario

Showing 2 changed files with 0 additions and 4 deletions   Show diff stats
src/js/controller.js
... ... @@ -6,9 +6,6 @@ angular.module('focaCabeceraFacturador')
6 6  
7 7 $scope.showCabecera = true;
8 8 $scope.cabecera = [];
9   - $scope.dateOptions = {
10   - maxDate: new Date()
11   - };
12 9  
13 10 $scope.$on('addCabecera', function(event, data) {
14 11 var propiedad = $filter('filter')($scope.cabecera, {label: data.label}, true);
src/views/cabecera.html
... ... @@ -40,7 +40,6 @@
40 40 is-open="datepickerOpen"
41 41 on-open-focus="false"
42 42 ng-focus="datepickerOpen = true"
43   - datepicker-options="dateOptions"
44 43 />
45 44 </div>
46 45 <div class="col-5 col-sm border border-white border-right-0 align-middle">