Add sharedProfile service
This commit is contained in:
parent
a16df328c0
commit
cca5df968e
8 changed files with 42 additions and 33 deletions
11
client/js/services/sharedProfile.js
Normal file
11
client/js/services/sharedProfile.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
|
||||
mainApp.factory('sharedProfile',[function(){
|
||||
var profile={};
|
||||
|
||||
profile.username="None";
|
||||
profile.projectname="None";
|
||||
|
||||
return profile;
|
||||
}]);
|
Loading…
Add table
Add a link
Reference in a new issue