A little clarity on getting key values using AngularFire v2?
问题 Sorry for the length of this but it's driving me a little bit crazy: Let's say I want to get an item's "title" and ".priority" key values when it loads. First let's see how every thing's laid out: $scope.items = $firebase(new Firebase("https://****.firebaseio.com")); $scope.items.$on('loaded', function() { console.log($scope.items); }); With that we get: > Object {$bind: function, $add: function, $save: function, $set: function, $remove: function…} > $add: function (item, cb) { > $bind: