From e4badaa23fcabd9541745e73e860bd3496d54bd4 Mon Sep 17 00:00:00 2001 From: rajeshwarpatlolla Date: Mon, 27 Apr 2015 10:34:07 +0530 Subject: [PATCH] changes in descrition --- README.md | 2 +- bower.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92c90cc2..27ec0da6 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/bower.json b/bower.json index 9270044d..e51352f7 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,8 @@ "keywords": [ "ionic-datepicker", "ionic", - "datepicker" + "datepicker", + "datepicker for ionic" ], "license": "MIT", "homepage": "https://github.com/rajeshwarpatlolla",