Commit Graph

5 Commits

Author SHA1 Message Date
perry
df6dcb96f6 fix(scroll): cleanup native scroll listeners only if activated 2015-02-13 11:51:06 -06:00
perry
4afc767721 feat(refresher): allow spinner to be none. closes #2926 2015-02-09 14:36:26 -06:00
Adam Bradley
958d565f1e style(): jscs updates 2015-02-06 19:03:24 -06:00
perry
658451cbc6 feat(refresher): add elastic drag to native scrolling refresher 2015-02-05 14:30:39 -06:00
perry
7134114bd5 feat(refresher): Allow refrsher to work with native scrolling
This update allows `<ion-refresher>` to work with native scrolling. Native scrolling can be enabled in the state deffinition, through the `$ionicConfigProvider` like `$ionicConfig.scrolling.jsScrolling(false);` or in the controller directly. It should function exactly the same as with JS scrolling enabled.

This is a merge of the wip-scrolling branch.
2015-02-05 11:41:53 -06:00