mtr / angular-iscroll

AngularJS module that enables iScroll 5 functionality, wrapping it in an easy-to-use directive.
MIT License
74 stars 27 forks source link

Documentation #4

Closed rdesimone closed 9 years ago

rdesimone commented 9 years ago

The demo looks great. Do you have a documentation? Thanks!

mtr commented 9 years ago

Hi, @rdesimone. I haven't gotten around to writing the documentation yet. What parts would you like to have documented? This angular-iscroll module, or the core-layout module and/or demo?

rdesimone commented 9 years ago

For angular-iscroll - thanks a lot!

rdesimone commented 9 years ago

At the end I would like to have a scrollable container where iScroll can be switched on/off - for iOS with iScroll, otherwise native scrolling.

mtr commented 9 years ago

I've now added a bit of usage documentation to the README.md. I've also added a comment in there about how one can solve the issue you describe above. I hope it is helpful.