Skip to content

Instantly share code, notes, and snippets.

@stalniy
Created July 27, 2017 13:25
Show Gist options
  • Save stalniy/4e455e32836dfa073e597dd7cbd36453 to your computer and use it in GitHub Desktop.
Save stalniy/4e455e32836dfa073e597dd7cbd36453 to your computer and use it in GitHub Desktop.
CASL Aurelia value converter
<nav class="menu">
<h3>Menu</h3>
<ul>
<li if.bind="'Post' | can: 'create'">
<a route-href="route: newPost">Add Post</a>
</li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment