0

So I realize that this syntax is not correct but I could achieve this with other handlebars version, what's the Ember.js equivalent of this

        {{#if isToday entry_day}}
            Today
        {{else}}
            {{format-entry-date entry_day}}
        {{/if}}
user1952811
  • 2,398
  • 6
  • 29
  • 49
  • i think you looking for an [if with a condition](http://stackoverflow.com/questions/8853396/logical-operator-in-a-handlebars-js-if-conditional) – Igor Milla Jul 04 '14 at 17:10
  • @igormilla ember doesn't allow that syntax. I am looking for an alternative to that syntax for ember.js – user1952811 Jul 04 '14 at 17:20

0 Answers0