Skip to content

Commit fc3e986

Browse files
tahnikposva
authored andcommitted
Updated README.md (#92)
* Updated README.md readyCallback() is called once the data has been retrieved from the server. This is quite important as we might need to trigger method when the data is ready. * Update README.md
1 parent c9c91c2 commit fc3e986

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ var vm = new Vue({
5151
// optionally bind as an object
5252
asObject: true,
5353
// optionally provide the cancelCallback
54-
cancelCallback: function () {}
54+
cancelCallback: function () {},
55+
// this is called once the data has been retrieved from firebase
56+
readyCallback: function () {}
5557
}
5658
}
5759
})

0 commit comments

Comments
 (0)