Improve this doc View source

ifUser
directive in module stormpath

Description

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

Usage

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

Example

<div class="container">
  <h3 if-user>Hello, {{user.fullName}}</h3>
</div>