我在 KnockoutJS 中开发 SPA,并在 KnockoutJS 中呈现外部模板时遇到问题。
我正在使用 Jim Cowart 的 External Template Engine。 https://github.com/ifandelse/Knockout.js-External-Template-Engine
这个绑定:
<div data-bind='template: {name: 'template1', templateUrl:"/dynamicviewtemplate"}'></div>
作品。而这个:
<div data-bind='template: {name: templateName, templateUrl:"/dynamicviewtemplate"}'></div>
不起作用。
模板不会基于 observable 加载。