We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c4106 commit b428be5Copy full SHA for b428be5
1 file changed
demo/index.html
@@ -59,10 +59,11 @@
59
</head>
60
<body ng-app="app" ng-controller="appController">
61
62
-<!-- Bricklayer needs to have "bricklayer" class name. -->
+<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>
63
64
<button ng-click="appendNew()"><strong>Append Item</strong></button>
65
66
+<!-- Bricklayer needs to have "bricklayer" class name. -->
67
<div class="bricklayer">
68
<div class="box" bricklayer-append ng-repeat="item in data" style="background-color: {{item.color}};">
69
<img ng-src="http://lorempixel.com/{{item.width}}/{{item.height}}">
0 commit comments