This repository was archived by the owner on Mar 17, 2025. It is now read-only.
v0.8.1
- Optimized our
$bindTo()code base. - Improved saving deeply nested data structures to Firebase (resolved invalid
$$hashKeyerrors inng-repeat). - Can now use
$$defaultsto set local, default values on synchronized objects. - Fixed bug which caused
$bindTo()to not work with inputs (cursor jumped to end). - Changing
$priorityand$valuewhen using$bindTo()now cause the server properly update (they are now stored as_id,_value, and_priority, which trigger updates for$watch()). $fields no longer show up when looping over$asObject().- Modified
$add()to accept$priorityand$valuemeta fields. $save()method now notifies listeners registered with$watch().