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

Should add "export" #42

Open SharonMeeus opened 6 years ago

SharonMeeus commented 6 years ago

When deploying, I get a notification that iscroll isn't a module. This can be fixed by adding "export" in front of "interface IScrollOptions { ... }" and "declare class IScroll { ... }"