mainApp.factory('sharedProfile',[function(){ var profile={}; profile.username="None"; profile.projectname="None"; return profile; }]);