Improve this doc View source

ifNotUser
directive in module stormpath

Description

Use this directive to conditionally show an element if the user is NOT logged in.

Usage

as attribute
<ANY if-not-user>
   ...
</ANY>

Example

<div class="container">
  <h3 if-not-user>Hello, you need to login</h3>
</div>