hellsan631 / angular-fullpage.js

An angular directive for fullpage.js

Home Page:http://hellsan631.github.io/angular-fullpage.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directive collision with fullpage.js

aplongh opened this issue · comments

Hi, I love your directive, congrats!!!

I am facing an issue when using the directive alongside the angular version of mgcrea's bootstrap affix (https://github.com/maxisam/angular-bootstrap-affix). The error shown is TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.

If I remove the affix directive, the fullpage directive Works fine.

Do you have any ideas as to how to fix this?
Regards