Last active
March 5, 2017 08:20
-
-
Save butackle/c401361b83f5a0712889daa1cc09ab60 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