Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4838

How i can use a helper inside a {{ }}

$
0
0

@Alessio_Varalta wrote:

Hi, I translate my words with this instruction for example

{{lang-helper 'Example'}}

My problem is that I have an input with a placeholder field that I want to translate

{{input class='form-control' value=model.person placeholder='Name'}}

So I want to translate Name, i try

{{input class='form-control' value=model.person placeholder=lang-helper 'Name'}}

but I have an error

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4838

Trending Articles