0.2.2 • Published 7 years ago

ember-weird-helpers v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

ember-weird-helpers

This README outlines the details of collaborating on this Ember addon.

Installation

ember install ember-weird-helpers

t-href

{{t-href 'route/path' model name=(t 'key') class='foo-class' title=(t 'title')}}
{{t-href 'route/path' model t='key' class='foo-class' title=(t 'title')}}

<a href="/route/path/1" class="foo-class" title="Translated title">
  Translated name
</a>