Created
July 27, 2017 13:25
-
-
Save stalniy/4e455e32836dfa073e597dd7cbd36453 to your computer and use it in GitHub Desktop.
CASL Aurelia value converter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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