Touch
This release adds a big amount of improvements and new features to ng-scrollable.
- touch support
- kinetic scrolling using requestAnimationFrame
- translate3d transforms
- new event
scrollable.dimensions
to broadcast changes in dimensions down the scope stack - new event listeners
content.reload
to refresh DOM and reregister event handlers - new config options
usePadding
to switch client dimension query method andscroll{X|Y}Always
to always show scroll bars - fixed scroll spy updates in current digest