knockout-amd-helpers
Version:
Makes Knockout and AMD modules work better together
12 lines (11 loc) • 313 B
HTML
<html>
<body>
<div data-bind="template: 'title'"></div>
<div data-bind="module: 'editor'"></div>
<div data-bind="module: 'editor'">
<span data-bind="text: firstName"></span>
<span data-bind="text: lastName"></span>
</div>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>