Расширение ссылки на помощника в Ember 1.10

Как мне создать помощников для версии Ember 1.10?

Ember.Handlebars.helper('my-link-to', function() {
  # Some cool logic here
  return Ember.Handlebars.helpers['link-to'].apply(this, arguments);
});
...
<script type="text/x-handlebars" data-template-name="index">
  {{#my-link-to index}}
    Hello
  {{/my-link-to}}
</script>

Я пытаюсь создать пользовательский помощник ссылки, расширяя существующий, но я не понимаю. Вот корзина:

http://emberjs.jsbin.com/lisofejawo/1/edit?html,js,output

0 ответов

Другие вопросы по тегам