This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
adelq
/
astroid-web
mirrorاز
https://github.com/adelq/astroid-web.git
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
درخت:
d5db164490
شاخهها
تگها
angular
develop
master
meteor
staging
yeoman
v0.1
astroid-web
/
client
/
views
/
tasks
/
task_list.html
task_list.html
79 B
تاريخچه
خام
1
2
3
4
5
<template name="todos">
{{#each tasks}}
{{> todoItem }}
{{/each}}
</template>