Skip to content

Commit b428be5

Browse files
committed
demo: added github link
1 parent c0c4106 commit b428be5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

demo/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@
5959
</head>
6060
<body ng-app="app" ng-controller="appController">
6161

62-
<!-- Bricklayer needs to have "bricklayer" class name. -->
62+
<iframe src="https://ghbtns.com/github-btn.html?user=JohnnyTheTank&repo=angular-bricklayer&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
6363

6464
<button ng-click="appendNew()"><strong>Append Item</strong></button>
6565

66+
<!-- Bricklayer needs to have "bricklayer" class name. -->
6667
<div class="bricklayer">
6768
<div class="box" bricklayer-append ng-repeat="item in data" style="background-color: {{item.color}};">
6869
<img ng-src="http://lorempixel.com/{{item.width}}/{{item.height}}">

0 commit comments

Comments
 (0)