summaryrefslogtreecommitdiff
path: root/client/js/services/sharedProfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/services/sharedProfile.js')
-rw-r--r--client/js/services/sharedProfile.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/client/js/services/sharedProfile.js b/client/js/services/sharedProfile.js
deleted file mode 100644
index 6e78cf6..0000000
--- a/client/js/services/sharedProfile.js
+++ /dev/null
@@ -1,13 +0,0 @@
-
-/**
- * The sharedProfile service
- * It's used to shared the profile between controller
- */
-mainApp.factory('sharedProfile',[function(){
- var profile={};
-
- profile.username="None";
- profile.projectname="None";
-
- return profile;
-}]); \ No newline at end of file