This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
adelq
/
astroid-web
espejo de
https://github.com/adelq/astroid-web.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
a005f69c60
Ramas
Etiquetas
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>