Is there any way to make Ember.Component force rerender?
There is .rerender()
method, but it doesn't help. Also I tried use .notifyPropertyChange
for template, layoute - the same
Right now for such cases I need to wrap piece of template into if
wrapper and toggle flag's value. But the way is ugly and boring.
Any ideas?
Aucun commentaire:
Enregistrer un commentaire