From f62929d8839ba666ddc441ea83971ef976c81c48 Mon Sep 17 00:00:00 2001 From: rajeshwarpatlolla Date: Mon, 27 Apr 2015 10:35:54 +0530 Subject: [PATCH] changes in description --- README.md | 2 +- bower.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27ec0da6..9611acf1 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. 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`. diff --git a/bower.json b/bower.json index e51352f7..538197a2 100644 --- a/bower.json +++ b/bower.json @@ -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",