-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working with firefox. #64
Comments
Hello. |
Any fix? |
Any word? |
work fine in firefox. please make a demo you can fork from this: http://plnkr.co/edit/9goFW6?p=preview |
I too am using angular material, you may be on to something. A CSS override? |
I thought that by your log, i don't think that is just a CSS override cause the buttons are not getting added, i'll run some test and get back here |
@capncavemann did you found something? i fond that in slick.js (not in angular-slick-carousel) in the line 506:
the children are missing, but only in FF and they exist in the parent if you log it. |
@javo01 I have not. I dropped the carousel for the time being. were you able to fix slick.js locally? or did you report it as an issue with that repo? |
@capncavemann i just made it, it was a problem in my view i used ng-if="vm.arrayOfThings" and in every browser worked except FF, i change it to ng-if="vm.arrayOfThings.lenght" and everything works. |
@javo01 thx, will try it out |
i see vertical stacking in firefox.
works fine in chrome.
any help?
The text was updated successfully, but these errors were encountered: