I am following the angular tutorial HERE, but when I get to step 6 and try to add the $mongoObject using:
angular.module("socially").controller("PartyDetailsCtrl", ['$scope', '$stateParams', '$meteorObject',
function($scope, $stateParams, $meteorObject) {
$scope.party = $meteorObject(Parties, $stateParams.partyId);
}
]);
I get the following error

ng-appdeclaration?