Commit c6497e5e73661f763d09457cb75d59c2299dd665
1 parent
b9a85af6db
Exists in
master
and in
1 other branch
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