This commit is contained in:
manzerbredes 2016-02-06 12:10:04 +01:00
parent e9e7ddf9b1
commit bd81674a85
7 changed files with 62 additions and 31 deletions

View file

@ -1,6 +1,8 @@
/**
* The sharedProfile service
* It's used to shared the profile between controller
*/
mainApp.factory('sharedProfile',[function(){
var profile={};