summaryrefslogtreecommitdiff
path: root/client/js/services/sharedProfile.js
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-10 17:47:01 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-10 17:47:01 +0100
commit65bcc720596b395298fa281b5b68737d04ffdb8a (patch)
treed0d9d890d3562bf806665845e2c1989bc25e1492 /client/js/services/sharedProfile.js
parent1cd1ae92f414573942262f65dc1644e8ff9bb8f6 (diff)
Make Identity module more AngularJs Like !
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