Skip to content

Commit

Permalink
changes in description
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshwarpatlolla committed Apr 27, 2015
1 parent e4badaa commit f62929d
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. If we don't pass any value, `new Date()` will be the default date object.
b) `idate` takes date object. If we don't pass any value, the default value will be `new Date()`.

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 @@ -14,7 +14,8 @@
"ionic-datepicker",
"ionic",
"datepicker",
"datepicker for ionic"
"datepicker for ionic",
"datepicker for ionic framework"
],
"license": "MIT",
"homepage": "https://github.com/rajeshwarpatlolla",
Expand Down

0 comments on commit f62929d

Please sign in to comment.