Skip to content

Commit 74478ac

Browse files
committed
docs: improved readme
1 parent 2aeebde commit 74478ac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,17 @@ AngularJS module for [ademilter's bricklayer](https://github.com/ademilter/brick
7171

7272
## Add bricks dynamically
7373

74+
Use `bricklayer-append` or `bricklayer-prepend` as attribute, class or element name inside of your `bricklayer` instance
75+
7476
```html
7577
<div class="bricklayer">
7678
<!-- append -->
7779
<div bricklayer-append ng-repeat="item in appendData"></div>
7880

7981
<!-- prepend -->
80-
<div bricklayer-prepend ng-repeat="item in prepedData"></div>
82+
<div bricklayer-prepend ng-repeat="item in prependData"></div>
8183
</div>
84+
```
8285

83-
```
86+
# License
87+
MIT

0 commit comments

Comments
 (0)