File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed
Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ Following directive attirbutes can be configured.
6565
6666| Property| Required| Default| Description|
6767| :--- | :--- | :--- | :--- | :--- |
68- | ` ng-model ` | YES| ` '' ` | ID of the container in which the datepicker needs to be initialized |
69- | ` big-banner ` | Optional| ` Today Date ` | Date to show on load of the component. If not set todays date will be show as default. |
70- | ` format ` | optional| ` true ` | Set to ` true ` to have a cool banner above the month table. Set false to have a simple datepicker |
71- | ` default-open ` | optional| ` none ` | Callback method to call on select of date .|
68+ | ` ng-model ` | YES| ` '' ` | scope model for the date field. |
69+ | ` big-banner ` | Optional| ` true ` | Set to true to have a cool banner above the month table. Set false to have a simple datepicker |
70+ | ` format ` | optional| ` DD/MM/YYYY ` | Date format of the calendar. This will be bound to the model as the date's value. |
71+ | ` default-open ` | optional| ` false ` | To open the dateoicker popover on load. Default false .|
7272
7373
7474## Events
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-cuppa-datepicker" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " Angular datepicker directive using angularJS 1. Responsive datepicker for web and mobile." ,
55 "scripts" : {
66 "start" : " node app.js"
1616 "moment" : " ~2.15.2"
1717 },
1818 "main" : " app.js" ,
19- "devDependencies" : {},
20- "repository" : {
21- "type" : " git" ,
22- "url" : " git+https://github.com/CuppaLabs/javascript-datepicker.git"
23- },
24- "license" : " MIT" ,
25- "bugs" : {
26- "url" : " https://github.com/CuppaLabs/javascript-datepicker/issues"
27- },
28- "homepage" : " https://github.com/CuppaLabs/javascript-datepicker#readme"
19+ "devDependencies" : {}
2920}
You can’t perform that action at this time.
0 commit comments