You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the lazy loader. Exactly what we were looking for.
We are using a template repeats to build our routes and pages from an ajax call.
The plastik-lazy-route-selector updates routes on attach and sometimes the repeating templates haven't fired yet so there are no routes to update. Maybe we are doing something wrong. In our code we ended up calling selector.attach() manually to get routes to update. I tweaked the demo index.html to use templates but I wasn't able to use our work around the issue. I might have missed something from our implementation. But it should be close. Maybe listening for route/page changes instead of updating on attach.
Thanks for the lazy loader. Exactly what we were looking for.
We are using a template repeats to build our routes and pages from an ajax call.
The plastik-lazy-route-selector updates routes on attach and sometimes the repeating templates haven't fired yet so there are no routes to update. Maybe we are doing something wrong. In our code we ended up calling selector.attach() manually to get routes to update. I tweaked the demo index.html to use templates but I wasn't able to use our work around the issue. I might have missed something from our implementation. But it should be close. Maybe listening for route/page changes instead of updating on attach.
And a json file:
The text was updated successfully, but these errors were encountered: