Add sharedProfile service
This commit is contained in:
parent
a16df328c0
commit
cca5df968e
8 changed files with 42 additions and 33 deletions
|
@ -19,7 +19,7 @@
|
|||
<div class="form-group">
|
||||
<label label-default="" for="loginFormProjectname">Project</label>
|
||||
<input class="form-control" id="loginFormProjectname"
|
||||
placeholder="Project Name" type="password" ng-model="identityFormData.project">
|
||||
placeholder="Project Name" type="text" ng-model="identityFormData.project">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label label-default="" for="loginFormPassword">Password</label>
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="nav-divider"></li>
|
||||
<li><a href="#">User : {{ username }}</a></li>
|
||||
<li><a href="#">Project Name : {{ projectname }}</a></li>
|
||||
<li><a href="#">User : {{ profile.username }}</a></li>
|
||||
<li><a href="#">Project Name : {{ profile.projectname }}</a></li>
|
||||
|
||||
<!--<li><a href="#" >Connection : <span ng-bind-html="connection"></span></a></li>-->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue