I recently started learning AngularJS+Firebase. I\'m trying to write in my firebase an object like this:
{ title: \"Personal Information\", say: [
I wanted to throw another answer in here that is much simpler, just use track by in your repeat. It will get rid of the $$hashKey attribute that is causing so much grief.
track by
$$hashKey
{{item.name}}