Commit e9edcb5b7ca0fd226f36f34f9e580eb9b13ac6ec
1 parent
2423867ccc
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
| ... | ... | @@ -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) { |