Keeo / ember-weird-helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

License:MIT License


Languages

Language:JavaScript 80.8%Language:HTML 19.2%