Skip to content

Instantly share code, notes, and snippets.

@NotGrm
Created December 17, 2014 13:19
Show Gist options
  • Save NotGrm/794dbddeafb315a223b1 to your computer and use it in GitHub Desktop.
Save NotGrm/794dbddeafb315a223b1 to your computer and use it in GitHub Desktop.
Ember Snippets
{{#link-to "dashboard" tagName="li" href=false}}
<a {{bind-attr href="view.href"}}>
Dashboard
</a>
{{/link-to}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment