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

IScroll is not a constructor #40

Closed patfrat closed 7 years ago

patfrat commented 7 years ago

I have this error when i include angular-iscroll and try to use it IScroll is not a constructor at this line https://github.com/mtr/angular-iscroll/blob/master/src/lib/angular-iscroll.js#L296

window reference is missing

var instance = new window.IScroll(element[0], options.iScroll), ...
mtr commented 7 years ago

I am sorry for this awfully long delay, but that is probably caused by not having included the IScroll library before trying to initialize the angular-iscroll module.