376e977238
in groupsCtrl.js. This made profile.petCount blank unless the current user viewed himself in chat. I put the code to set profile.petCount into userCtrl.js. Note: petCount (not profile.petCount) is still always equal to the current user's pet count. There is probably a better solution than this, I just don't know enough about AngularJS to make it.