Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit af7656f

Browse files
committed
Merge pull request #217 from tomsaffell/fixes
pass key of into 'on change' callback. fixes #216
2 parents 94296df + ab4c889 commit af7656f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angularfire.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
}
487487

488488
// Call change handlers.
489-
self._broadcastEvent("change");
489+
self._broadcastEvent("change", key);
490490

491491
// If there is an implicit binding, also update the local model.
492492
if (!self._bound) {

0 commit comments

Comments
 (0)