properly cleaning up event handler and destroy potential outdated instance before init
fixed click behavior for older webkit browsers
- Listening to resize of scroller instead of number of elements
- Default option preventDefault set to false (allow clickthrough)
- Moved to version number 0.5.8
- Fixed bower.json of distribution package so that the
main
path is now a valid path- Fixes issue that grunt-wiredep couldn't inject angular-momentum-scroll
- Bower package version contains now build timestamp
- Modified build process so that the minified file holds now proper license informations of angular-momentum-scroll and the used iScroll library
- Wrapped scrollable.js into an IIFE to avoid code leaking
- Source map gets now included into the distribution package
- Updated NPM and Bower dependencies
- Updated Karma test suite
fixed check for scrollX
fixed horizontal scroll css
fixed $destroy
fixed reinitialization on DOM extension fixed accessing undefined scope vars
fixed horizontal scroll for new iScroll parameter scrollX
Fixed regular scroll
migrated to iscroll 5 for better performance on Android
initialization of snappping scroll fixed
smaller fix for orientation change
Fixed horizontal scroll (css)
Add isMaxX/isMinX/isMaxY/isMinY as an interface to the final TOP and bottoms positions.
Now supports X and Y coordinates of scroller
Fixed a bug with emtpy scrollers
Added two way data bound pages
Added callbacks for 'on' handles of iScroll
now supporting scrollToPage method of iScroll
Added some css hack to allow horizontal scrolling with css only. No hacky width calculations necessary