Add sharedProfile service
This commit is contained in:
parent
a16df328c0
commit
cca5df968e
8 changed files with 42 additions and 33 deletions
|
@ -6,7 +6,7 @@ identity.requestParser = {}; // Parser part
|
|||
|
||||
|
||||
|
||||
identity.request.login=function($http,username, projectname, password){
|
||||
identity.request.login=function($http,username, password,projectname){
|
||||
var requestResultObject={};
|
||||
|
||||
return $http.post('http://localhost.istic-openstack/server/index.php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue