Skip to content

Commit 927a8fc

Browse files
committed
Update README.md
1 parent b5034c0 commit 927a8fc

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,28 @@ A tile view that uses virtualisation to efficiently display large numbers of cel
44

55
## Get Started
66

7-
**Example:**
7+
Install via bower:
8+
9+
```
10+
bower install angular-tileview --save
11+
```
12+
13+
Add dependency:
14+
15+
```javascript
16+
angular.module('myApp', ['td.tileview']);
17+
```
18+
19+
Add component to template:
20+
821
```html
922
<td-tileview items="myItems" options="myOptions"></td-tileview>
1023
```
1124

25+
## Demo
26+
27+
See this [codepen](http://codepen.io/widmoser/pen/KzBjqw).
28+
1229
## Parameters
1330

1431
### items
@@ -57,4 +74,4 @@ The row, counted from the end, that triggers the `scrollEnd` expression.
5774

5875
Type: `number`. Default: `2`
5976

60-
The number of excess rows that are added to the DOM.
77+
The number of excess rows that are added to the DOM.

0 commit comments

Comments
 (0)