Datepicker default date Today
Posted: Sat Nov 03, 2018 9:15 am
Hello,
Please use a scope variable "today" in the property "ng-model" of the input (type=date). Also, please set the value to that variable = current date: pre$scope.today = new Date();/pre