1 2 3 4 5 6 7 8 9 10 11
mainApp.factory('sharedProfile',[function(){ var profile={}; profile.username="None"; profile.projectname="None"; return profile; }]);