Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmeasday/iron-router-576


https://github.com/tmeasday/iron-router-576

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

iron-router-576
===============

Simple reproduction of https://github.com/EventedMind/iron-router/issues/576

1. Notice that `data` is unset when the template is created.

2. Swap the `loading` and `recordExists` hooks. Notice that `data` is now set.

3. Alternatively, put a timeout before the ready signal in the publication. Notice that `data` is set.