Created
March 12, 2017 06:58
-
-
Save butackle/10ca71b1553f7f3012af3c8639292b90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
database.ref('list').once('value').then((snapshot) => { | |
const list = getList(snapshot); | |
riot.mount('List', { list }); | |
riot.mount('Add'); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment