作者热门文章
- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我是 ember.js 框架的新手,使用 ruby on rails 和 ember.debug.js -v 1.10.1(最新版本)。我一直在网上看到 ember 更改了这个最新的补丁,但我不知道如何解决我的问题:
Uncaught Error: Cannot call `compile` without the template compiler loaded. Please load `ember-template-compiler.js` prior to calling `compile`.
有人可以指点一下让我的编译器正常运行吗?我希望我知道我项目中的哪些代码片段可以帮助确定答案...
最佳答案
这篇文章可能对您有帮助:
http://emberjs.com/blog/2015/02/05/compiling-templates-in-1-10-0.html
如果你没有使用 ember-cli - 你的 HTML 应该是这样的:
<script src="assets/ember-template-compiler.js"></script>
<script src="assets/ember.debug.js"></script>
如果您使用的是 ember-cli,您的模板应该是预编译的,您不应该遇到这个问题。
关于javascript - 未捕获错误 : Cannot call `compile` without the template compiler loaded. 请在调用 `ember-template-compiler.js` 之前加载 `compile`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28843787/
我是一名优秀的程序员,十分优秀!