Change status controller and template

This commit is contained in:
manzerbredes 2016-01-31 13:34:43 +01:00
parent 81696200b0
commit 6905bacd58
3 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@
<li class="nav-divider"></li>
<li><a href="#">User : {{ username }}</a></li>
<li><a href="#">Last Connection : {{ lastconnection }}</a></li>
<li><a href="#" ng-bind-html="connection"></a></li>
<li><a href="#" >Connection : <span ng-bind-html="connection"></span></a></li>
</ul>