/pull-to-refresh

nativ-like pull to refresh directive with animation

Primary LanguageCSSMIT LicenseMIT

Pull to refresh directive Read the entire process here: bit.ly/AngularPullToRefresh

Contributing

If you think that a particular part of this application can be written better or you think this app is missing an important concept then please submit a pull request, your help is very welcome.

How to try:

live demo: https://plnkr.co/edit/czMKiz?p=info

or follow these steps:

  • clone this repository :
git clone https://github.com/scsenge/pull-to-refresh.git
cd pull-to-refresh
  • install dependencies :
npm install
  • run the application :
gulp
  • the result will be on http://localhost:8282/index.html.