0.1.20 • Published 8 years ago
angular-columnify v0.1.20
angular-columnify
Angular directive that creates balanced columns
Usage
Add
hj.columnify
to your app dependenciesAdd
.column
style declaration to your css
.column {
float: left;
width: 50%; /* 50% for two columns, 33.33% for three etc */
}
- Add
hj-columnify
directive to your template, it works just likeng-repeat
<div hj-columnify="item in items">
<div class="box" data-index="{{$index + 1}}">
Content goes here
</div>
</div>
Installation
npm i -S angular-columnify
Demo
0.1.20
8 years ago
0.1.19
8 years ago
0.1.18
9 years ago
0.1.17
9 years ago
0.1.16
9 years ago
0.1.15
9 years ago
0.1.14
9 years ago
0.1.13
9 years ago
0.1.12
9 years ago
0.1.11
9 years ago
0.1.10
9 years ago
0.1.9
9 years ago
0.1.8
9 years ago
0.1.7
9 years ago
0.1.6
9 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago