This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Description
$scope.todos = $goKey('todos').$sync();
$scope.todos.$on('ready', function() {
var myTodo = $scope.todos.$key('id-1231231adasd-000');
// myTodo.desc === 'test test'
// myTodo.complete === false
});
We already have this data sync'd on the parent, should make it easier to work with child key models.