fragaria / angular-daterangepicker

Angular.js wrapper for dangrossman/bootstrap-daterangepicker
MIT License
519 stars 372 forks source link

Provide demo in gh-pages branch #125

Closed fracz closed 8 years ago

fracz commented 8 years ago

If you merge this pull request into gh-pages branch, the demo will be automatically available at: http://fragaria.github.io/angular-daterangepicker/

See: http://fracz.github.io/angular-daterangepicker/

You can just git checkout gh-pages && git merge master && git push in the future to update it.

I had to pull dependencies from external sources (bower is not supported in github pages AFAIK).

It's good idea to reference that page in the main README.md file.

krtek commented 8 years ago

Thanks! Super job!