This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v1/views/things.html
2019-12-02 12:10:45 +10:30

10 lines
322 B
HTML

<article ng-controller="thingsCtrlr">
<section class="item" ng-repeat="link in links">
<p class="blockTitle">item: {{link.name}}</p>
<a href="{{link.location}}">
<section class="block">
<p class="CLICK">CLICK</p>
</section>
</a>
</section>
</article>