istic-openstack/client/js/services/sharedProfile.js
2016-02-05 19:35:38 +01:00

11 lines
No EOL
158 B
JavaScript

mainApp.factory('sharedProfile',[function(){
var profile={};
profile.username="None";
profile.projectname="None";
return profile;
}]);