-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Cannot read property 'pauseOnHover' of undefined #177
Comments
That property is supported only in version 7.2.0. You should use always the latest version of the library. Also the live example you linked is old. You must use version 7 as explained in official Readme. I'll update github issue template to use version 7 and prevent future mistakes. |
Ok template updated with a link to https://stackblitz.com/edit/angular-modal-gallery-v7 If you still have issues, feel free to comment here. |
I just checked, I'm using the latest version of the library. |
I fixed it by adding the slide configuration. [slideConfig]="{playConfig: {autoPlay: true, interval: 5000, pauseOnHover: true} |
You are right, this is a bug and it's happening in all examples except for E1 E2 E3 E4. |
You're welcome. Thank you! |
7.2.1 released |
I'm submitting a...
Current behavior
The error appear when hovering in the image modal
Expected behavior
There's no change in behavior i just recieved this error when opening a modal gallery
Minimal reproduction of the problem with instructions
I also encounter
My official live example on StackBlitz (based on https://stackblitz.com/edit/angular-modal-gallery-v5) is:
What is the motivation / use case for changing the behavior?
Environment (the most important section to fill very carefully)
The text was updated successfully, but these errors were encountered: