Skip to content

Commit

Permalink
Merge e78a446 into b6dca6e
Browse files Browse the repository at this point in the history
  • Loading branch information
vrijraj committed Sep 12, 2018
2 parents b6dca6e + e78a446 commit 5ffe8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ var list = $firebaseArray(ref);
sync === list.$ref(); // true
```

### $watch(cb[, context])
### $watch(cb, [context])

Any callback passed here will be invoked each time data in the array is updated from the server.
The callback receives an object with the following keys:
Expand Down

0 comments on commit 5ffe8fb

Please sign in to comment.