Rendering resolved promise value in Ember handlebars template

前端 未结 2 1078
孤城傲影
孤城傲影 2020-12-03 04:05

Is there a good way to render the result of a promise in a handlebars template?

For example, I have the following model:

App.TopicItem = DS.Model.ext         


        
2条回答
  •  离开以前
    2020-12-03 04:28

    That seems like an unexpected behaviour. There's a bug filled for that problem: https://github.com/emberjs/ember.js/issues/11046

提交回复
热议问题