knockout-amd-helpers
Version:
Makes Knockout and AMD modules work better together
27 lines (17 loc) • 568 B
HTML
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="foundation/css/normalize.css" />
<link rel="stylesheet" href="foundation/css/foundation.css" />
<title></title>
</head>
<body>
<!-- ko module: 'navigation' -->
<!-- /ko -->
<div class="row" data-bind="template: 'content'"></div>
<footer class="row" data-bind="template: 'footer'"></footer>
<script data-main="main-require" src="../ext/require/require.js"></script>
</body>
</html>