-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to set default date #31
Comments
good idea, but you should adjust that yourself, for the time being I have my hands full |
If I have time I'll definitely implement it |
Thank you~~~ if i use ng-model to init the default date,it can not be set when i open the html. |
Because you cannot use ng-model you have to use < date="date"> date in this case is your scope variable :p then you set that to a value in your controller and done |
Thank you very much~~~ |
hi,
i set default date:
$scope.date="2012-09-09"
and when i open this html,it cannot show the calender about 2012,Sep ‘s,well ,i think you can add an option to decide the date when it begin,not the date of now.up to user!
The text was updated successfully, but these errors were encountered: