Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmeasday/dialog-experiment
https://github.com/tmeasday/dialog-experiment
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/dialog-experiment
- Owner: tmeasday
- Created: 2012-11-05T01:17:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-05T01:28:08.000Z (about 12 years ago)
- Last Synced: 2024-10-25T18:58:12.806Z (3 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
### How to make callbacks survive hot code pushes in meteor?
The challenge:
Change this code so that when you:
1. Click the button
2. Force a hot code push (save a random file in the project)
3. Click yes on the dialog
4. << you should see a alert dialog >>See the global-reactivity branch for IMO the best way to do it.