Ember视图无法找到预编译的车把模板

时间:2012-12-17 21:12:46

标签: javascript ember.js handlebars.js

我已经预编译了我的把手模板,但是ember再也找不到它们引用它们了:

App.ApplicationView = Ember.View.extend
    templateName: "application"

我收到此错误:

未捕捉错误:< App.ApplicationView:ember390> - 无法找到模板“应用程序”。

当我像这样引用模板时,它可以工作:

App.ApplicationView = Ember.View.extend
   template: Handlebars.templates["application"]

..但我想知道为什么我不能这样做第一种方式

0 个答案:

没有答案