Commit 0867e749ca2ef83e8bbe6fe089efef2e49bcd414
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
... | ... | @@ -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) { |