Skip to content
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

bug using this package with template-animations and flow-router #3

Open
lfades opened this issue Jun 4, 2015 · 2 comments
Open

bug using this package with template-animations and flow-router #3

lfades opened this issue Jun 4, 2015 · 2 comments

Comments

@lfades
Copy link

lfades commented Jun 4, 2015

I'm using https://github.com/gwendall/meteor-template-animations with flow-router and everything was going well, but there was a problem, every time I change route and turned the animations stopped working, at first I thought it was my mistake, but then clone I this repository and fixed it.

// change this
if (!tpl.viewName) return;
// for this
if (!tpl) return;

after it all was love and happiness

@nikogosovd
Copy link

@goluis I have the same issue and tried similar fix. Everything is good except that several templates rendered on one page increment hooks calls.
I have 10 templates with {{#each}} and changing content of #each block causes hook to fire 10 times.

@lfades
Copy link
Author

lfades commented Jan 20, 2016

I stop using the package after a few days later due to a bug similar to yours, I decided to use animations directly in html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants