Skip to content

Commit

Permalink
changes in descrition
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshwarpatlolla committed Apr 27, 2015
1 parent 9d7cb84 commit e4badaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $scope.currentDate = new Date();

a) `ionic-datepicker` is the directive, to which we can pass required vales.

b) `idate` takes date object.
b) `idate` takes date object. If we don't pass any value, `new Date()` will be the default date object.

Tested with `angular#1.3.6` and `ionic#1.0.0-rc.4`.

Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"keywords": [
"ionic-datepicker",
"ionic",
"datepicker"
"datepicker",
"datepicker for ionic"
],
"license": "MIT",
"homepage": "https://github.com/rajeshwarpatlolla",
Expand Down

0 comments on commit e4badaa

Please sign in to comment.