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

Fixing bug where the argument passed to configureDefaults() clobbers the built-in defaults #17

Closed mikechamberlain closed 8 years ago

mikechamberlain commented 8 years ago

Fixing bug where the argument passed to configureDefaults() clobbers the built-in defaults, which for me seemed to completely break all iScroll areas, and is also probably not the behavior expected by most users.

mtr commented 8 years ago

Thanks, @mikechamberlain. I'll look into this as soon as I get the time for it.