-
-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64c51f2
commit 94f578b
Showing
1 changed file
with
3 additions
and
74 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 |
---|---|---|
@@ -1,18 +1,8 @@ | ||
This is an extension of the plugin made by rajeshwarpatlolla called ionic-datepicker. As main difference between this extention and his source is that now, the day change if the user changes either the month or the year (see gif). | ||
## Introduction: | ||
This is an extension of the plugin made by _rajeshwarpatlolla_ called `ionic-datepicker`. As the main difference between this extension and the source one is that now the day changes if the user changes either the _month_ or the _year_ (see (gif)[https://i.makeagif.com/media/11-04-2016/M72mip.gif]). | ||
|
||
![ionic-datepicker-extension](https://i.makeagif.com/media/11-04-2016/M72mip.gif) | ||
|
||
[![bitHound Score](https://www.bithound.io/github/rajeshwarpatlolla/ionic-datepicker/badges/score.svg)](https://www.bithound.io/github/rajeshwarpatlolla/ionic-datepicker) | ||
|
||
##Introduction: | ||
|
||
This is an `ionic-datepicker` bower component, which can be used in any Ionic framework's application. No additional plugins required for this component. | ||
This plugin is completely open source. Please rate this plugin @ [Ionic Market](https://market.ionic.io/plugins/ionicdatepicker) | ||
|
||
From version 1.0.0, this component has got so many new features and the way you should use is different from the older versions of this component. If you wish to see the documentation for the previous versions of this component, please check the [previous releases](https://github.com/rajeshwarpatlolla/ionic-datepicker/releases) | ||
|
||
[View Demo](https://rajeshwarpatlolla.github.io/DatePickerForIonicFramework/demo/ "Demo") | ||
|
||
##Prerequisites. | ||
|
||
* node.js, npm | ||
|
@@ -34,7 +24,7 @@ This will install the latest version of this plugin. If you wish to install any | |
|
||
````html | ||
<!-- path to ionic --> | ||
<script src="lib/ionic-datepicker/dist/ionic-datepicker.bundle.min.js"></script> | ||
<script src="lib/ionic-datepicker/dist/ionic-datepicker-extended.bundle.min.js"></script> | ||
```` | ||
|
||
3) In your application's main module, inject the dependency `ionic-datepicker`, in order to work with this plugin | ||
|
@@ -166,7 +156,6 @@ Apart from the config method, you can re configure all options in the controller | |
|
||
In all the above steps the only mandatory thing is the `callback` where you will get the selected date value. | ||
|
||
|
||
##Screen Shots: | ||
|
||
Once you are successfully done with the above steps, you should be able to use this plugin. | ||
|
@@ -315,63 +304,3 @@ c) New CSS | |
|
||
d) Disabling a particular day of the calendar. | ||
|
||
Few more features are also added apart from the above mentioned features. | ||
|
||
|
||
**BugFixes** | ||
|
||
[Bug#88](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/88), | ||
[Bug#94](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/94), | ||
[Bug#101](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/101), | ||
[Bug#112](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/112), | ||
[Bug#114](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/114), | ||
[Bug#116](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/116), | ||
[Bug#117](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/117), | ||
[Bug#120](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/120), | ||
[Bug#128](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/128), | ||
[Bug#129](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/129), | ||
[Bug#133](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/133), | ||
[Bug#145](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/145), | ||
[Bug#146](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/146), | ||
[Bug#151](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/151), | ||
[Bug#154](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/154), | ||
[Bug#161](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/161), | ||
[Bug#163](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/163), | ||
[Bug#166](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/166), | ||
[Bug#168](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/168), | ||
[Bug#171](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/171) | ||
|
||
### 14) v1.1.0 | ||
|
||
**BugFixes** | ||
|
||
[Bug#178](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/178), | ||
[Bug#179](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/179), | ||
[Bug#180](https://github.com/rajeshwarpatlolla/ionic-datepicker/issues/180) | ||
|
||
### 15) v1.2.0 | ||
|
||
Lots of bug fixes. Lots of PR's merged. | ||
CSS changes for popup, so that all the dates of all the months fits in the specified height. | ||
### 16) v1.2.1 | ||
Version modified to match with the current release version. | ||
##License: | ||
[MIT](https://github.com/rajeshwarpatlolla/ionic-datepicker/blob/master/LICENSE.MD "MIT") | ||
##Contact: | ||
Gmail : [email protected] | ||
Github : https://github.com/rajeshwarpatlolla | ||
Twitter : https://twitter.com/rajeshwar_9032 | ||
Facebook : https://www.facebook.com/rajeshwarpatlolla | ||
Paypal : [email protected] | ||
Comment or Rate it : https://market.ionic.io/plugins/ionicdatepicker |