0.1.20 • Published 9 years ago
angular-columnify v0.1.20
angular-columnify
Angular directive that creates balanced columns
Usage
Add
hj.columnifyto your app dependenciesAdd
.columnstyle declaration to your css
.column {
float: left;
width: 50%; /* 50% for two columns, 33.33% for three etc */
}- Add
hj-columnifydirective 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
9 years ago
0.1.19
9 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
10 years ago
0.1.11
10 years ago
0.1.10
10 years ago
0.1.9
10 years ago
0.1.8
10 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago