lundi 23 mai 2016

EmberJS condition from helper not working

I have helper istrue.js:

import Ember from 'ember';

export default Ember.Helper.helper(function() {
  return true;
});

In my template i use:


    true

    false


So, in browser window i always get "false".

Where is the problem?




Aucun commentaire:

Enregistrer un commentaire