This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
|
div(ng-if="session.login.active",ui-view="")
|
|
div(ng-if="!session.login.active")
|
|
.container
|
|
h1 Not Loggedin
|
|
.alert.alert-danger This area is only for a loggedin person visible!
|