ember-weird-helpers

0.2.2 • Public • Published

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>

/ember-weird-helpers/

    Package Sidebar

    Install

    npm i ember-weird-helpers

    Weekly Downloads

    1

    Version

    0.2.2

    License

    MIT

    Last publish

    Collaborators

    • keeo