私はこれを私のhtmlに持っています:
<script type="text/x-handlebars" template-name="index">
<h1>Login Page</h1>
{{#linkTo "index"}}<img class="logo">{{/linkTo}}
<button {{action doLogin}}>Login</button>
</script>
そして私はこれを私のrouter.jsに持っています:
myTalk.Router.map(function() {
this.route('index', {path:"index"});
});
しかし、私はこのエラーがあります:
Uncaught Error: No route matched the URL '..../index.html'
事前に感謝し、私の英語が下手で申し訳ありません