Commit 72b46e4e123622d4cdd8a225754f91ebdc9f5c1e
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
saco maxDate a calendario See merge request !5
Showing
2 changed files
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