ifNotUser
stormpath
Use this directive to conditionally show an element if the user is NOT logged in.
<ANY if-not-user> ... </ANY>
<div class="container"> <h3 if-not-user>Hello, you need to login</h3> </div>