You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(3-retrieving-data-as-lists.md): clarity and FirebaseListObservable correction (#370)
* docs(3-retrieving-data-as-lists.md): example clarity
Update component methods to be prefixed by 'Item'. This prevents collisions, and improves readability, in situations where the previous step's example is combined with this one.
Update field being updated from size to text. This allows the updates to be immediately observable without any additional code, since item.size was not being displayed.
* docs(3-retrieving-data-as-lists.md): FirebaseListObservable correction
Update 'Observable' and 'FirebaseObjectObservable' to 'FirebaseListObservable' where needed.
0 commit comments