diff options
Diffstat (limited to 'client/js/services')
| -rw-r--r-- | client/js/services/sharedProfile.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/js/services/sharedProfile.js b/client/js/services/sharedProfile.js index 2a5ab83..6e78cf6 100644 --- a/client/js/services/sharedProfile.js +++ b/client/js/services/sharedProfile.js @@ -1,6 +1,8 @@ - - +/** + * The sharedProfile service + * It's used to shared the profile between controller + */ mainApp.factory('sharedProfile',[function(){ var profile={}; |
