1
0
mirror of https://github.com/balkian/eestec.codeit.git synced 2025-07-04 13:52:22 +00:00

Showing all repositories

This commit is contained in:
J.Fernando Sánchez 2013-03-19 18:34:37 +01:00
parent ec63ee8279
commit 16fef16180

View File

@ -14,16 +14,15 @@
<input data-bind="value: title" />
</li>
</ul>
<!--
<ul data-bind="foreach: repos, visible: repos().length > 0">
<li data-bind="text: url" />
</li>
</ul> -->
<ul data-bind="foreach: stats.items">
<li>
<span data-bind="text: key"></span>
<span data-bind="text: JSON.stringify(value())"></span>
</li>
</ul>
<ul data-bind="foreach: repos, visible: repos().length > 0">
<li data-bind="text: url" />
</li>
</ul>
</body>
</html>