mmautomatizacion / mm.angular-fullpage.js

Angular directive for use the jQuery fullPage.js library on Angular.js v1.x
MIT License
17 stars 7 forks source link

Error: e.filter is not a function #13

Closed liamstewart23 closed 7 years ago

liamstewart23 commented 7 years ago

I get this error in my console and the fullpage.js doesn't work.

Error: e.filter is not a function

liamstewart23 commented 7 years ago

I see it doesn't work with Angular routing.

mmautomatizacion commented 7 years ago

You can't use routing since the html must be fully loaded in order to use the FullPage effect. I recommend use directives for each section instead.