Skip to content

Commit 3a9f33a

Browse files
committed
readme and package json
1 parent 9c2dfba commit 3a9f33a

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -16,14 +16,5 @@
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
}

0 commit comments

Comments
 (0)