Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmeasday/iron-router-576
https://github.com/tmeasday/iron-router-576
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/iron-router-576
- Owner: tmeasday
- Created: 2014-04-24T11:55:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-24T11:57:56.000Z (almost 11 years ago)
- Last Synced: 2024-10-25T18:58:09.266Z (3 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.