This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
adelq
/
astroid-web
mirror de
https://github.com/adelq/astroid-web.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
ed97239f70
Branches
Tags
angular
develop
master
meteor
staging
yeoman
v0.1
astroid-web
/
client
/
views
/
tasks
/
task_list.html
task_list.html
79 B
Histórico
Raw
1
2
3
4
5
<template name="todos">
{{#each tasks}}
{{> todoItem }}
{{/each}}
</template>