-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates in readme.md, bower.json and package.json files
- Loading branch information
1 parent
38bb709
commit b58335f
Showing
3 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|
@@ -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` | ||
|
||
|
@@ -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") | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
], | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
], | ||
|
@@ -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" | ||
} | ||
} |