我试图按照本教程进行操作:
用 yeoman 和骨干开发我的测试科尔多瓦应用程序......我已经遵循了所有步骤,但是当我尝试插入我的第一个视图时,控制台给了我关于模板的错误......我是新手,我没有不明白我哪里错了。
如果我在我的应用程序源中执行代码,控制台错误是:
**GET http://localhost:8888/LABS_and_TRAINING/TEST/pgyo-test03/PgYoTest/src/app/scripts/templates.js 404 (Not Found) require.js:1880
Uncaught Error: Script error for: templates
http://requirejs.org/docs/errors.html#scripterror require.js:163**
如果我在 dist 中执行代码,错误是:
**Uncaught TypeError: Cannot call method 'template' of undefined**
在这里您可以下载 src(没有节点模块) https://dl.dropboxusercontent.com/u/2637840/src.zip