Skip to content

Commit

Permalink
updates in readme.md, bower.json and package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshwarpatlolla committed Oct 8, 2015
1 parent 38bb709 commit b58335f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a `ionic-timepicker` bower component which can be used with any Ionic fr

##Prerequisites.

1) node.js, bower and gulp.
1) node.js, npm, ionic, bower and gulp.

##How to use:

Expand Down Expand Up @@ -52,7 +52,7 @@ $scope.timePickerObject = {

**$scope.timePickerObject** is the object, that we need to pass to the directive. The properties of this object are as follows.

**a) inputEpochTime** (Optional) : This the input epoch time to which the time will set initially. This is mandatory if you wish to show the time on the button, even before opening the popup. Default value is current hour.
**a) inputEpochTime** (Optional) : This the input epoch time to which the time will set initially. This is mandatory if you wish to show the time on the button, even before opening the popup. Default value is current time.

**b) step** (Optional) : This the minute increment / decrement step. Default value is `15`

Expand Down Expand Up @@ -123,7 +123,14 @@ Callback function added to get the selected time in to the controller.
Class names modified as per [this bug](https://github.com/rajeshwarpatlolla/ionic-timepicker/issues/41).

### 6) v0.3.0
Features added to customize this component.
Features added to customize this component.

### 7) v0.4.0
Bug fixes : [#48](https://github.com/rajeshwarpatlolla/ionic-timepicker/issues/48), [#53](https://github.com/rajeshwarpatlolla/ionic-timepicker/issues/53), [#51](https://github.com/rajeshwarpatlolla/ionic-timepicker/issues/51)

PR : [#54](https://github.com/rajeshwarpatlolla/ionic-timepicker/pull/54),

Few additional enhancements added.

##License:
[MIT](https://github.com/rajeshwarpatlolla/ionic-timepicker/blob/master/LICENSE.MD "MIT")
Expand All @@ -139,5 +146,4 @@ facebook : https://www.facebook.com/rajeshwarpatlolla

paypal : [email protected]

Rate it or Comment : http://market.ionic.io/plugins/ionictimepicker

Rate it or Comment : http://market.ionic.io/plugins/ionictimepicker
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-timepicker",
"version": "0.3.0",
"version": "0.4.0",
"authors": [
"rajeshwarpatlolla <[email protected]>"
],
Expand All @@ -11,9 +11,9 @@
"keywords": [
"ionic-timepicker",
"ionic",
"timepicker",
"timepicker for ionic",
"timepicker for ionic framework"
"time picker",
"time picker for ionic",
"time picker for ionic framework"
],
"license": "MIT",
"homepage": "https://github.com/rajeshwarpatlolla",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-timepicker",
"version": "0.3.0",
"version": "0.4.0",
"authors": [
"rajeshwarpatlolla <[email protected]>"
],
Expand All @@ -13,12 +13,12 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"del": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-css2js": "^1.0.2",
"gulp-minify-html": "^1.0.4",
"gulp-ng-html2js": "^0.2.0",
"gulp-uglify": "^1.2.0"
"gulp-uglify": "^1.4.1"
}
}

0 comments on commit b58335f

Please sign in to comment.