This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
adelq
/
astroid-web
mirror da
https://github.com/adelq/astroid-web.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
77a5ead417
Rami (Branch)
Tag
angular
develop
master
meteor
staging
yeoman
v0.1
astroid-web
/
client
/
views
/
tasks
/
task_list.html
task_list.html
79 B
Cronologia
Originale
1
2
3
4
5
<template name="todos">
{{#each tasks}}
{{> todoItem }}
{{/each}}
</template>