We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aeebde commit 74478acCopy full SHA for 74478ac
README.md
@@ -71,13 +71,17 @@ AngularJS module for [ademilter's bricklayer](https://github.com/ademilter/brick
71
72
## Add bricks dynamically
73
74
+Use `bricklayer-append` or `bricklayer-prepend` as attribute, class or element name inside of your `bricklayer` instance
75
+
76
```html
77
<div class="bricklayer">
78
<!-- append -->
79
<div bricklayer-append ng-repeat="item in appendData"></div>
80
81
<!-- prepend -->
- <div bricklayer-prepend ng-repeat="item in prepedData"></div>
82
+ <div bricklayer-prepend ng-repeat="item in prependData"></div>
83
</div>
84
+```
85
-```
86
+# License
87
+MIT
0 commit comments