Skip to content

Commit

Permalink
Merge pull request #2 from ignacio-chiazzo/update-readme-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ignacio-chiazzo committed Nov 4, 2016
2 parents 05c44d5 + 6b42178 commit e056f60
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
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).

![ionic-datepicker-extension](http: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:
Expand All @@ -20,11 +24,11 @@ From version 1.0.0, this component has got so many new features and the way you

1) In your project folder, please install this plugin using bower

`bower install ionic-datepicker --save`
`bower install ionic-datepicker-extended --save`

This will install the latest version of this plugin. If you wish to install any specific version(eg : 0.9.0) then

`bower install ionic-datepicker#0.9.0 --save`
`bower install ionic-datepicker-extended#1.2.2 --save`

2) Specify the path of `ionic-datepicker.bundle.min.js` in your `index.html` file.

Expand Down

0 comments on commit e056f60

Please sign in to comment.