This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
adelq
/
astroid-web
同期ミラー
https://github.com/adelq/astroid-web.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
07cf440188
ブランチ
タグ
angular
develop
master
meteor
staging
yeoman
v0.1
astroid-web
/
client
/
views
/
tasks
/
task_list.html
task_list.html
79 B
履歴
Raw
1
2
3
4
5
<template name="todos">
{{#each tasks}}
{{> todoItem }}
{{/each}}
</template>