Skip to content

Commit

Permalink
updated readme with examples
Browse files Browse the repository at this point in the history
  • Loading branch information
orizens committed Apr 19, 2017
1 parent 54b8e8e commit acdcf6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import { Component } from '@angular/core';
selector: 'app',
template: `
<div class="search-results"
infinite-scroll
infiniteScroll
[infiniteScrollDistance]="2"
[infiniteScrollThrottle]="300"
(scrolled)="onScroll()">
Expand Down Expand Up @@ -99,7 +99,7 @@ import { Component } from '@angular/core';
],
template: `
<div class="search-results"
infinite-scroll
infiniteScroll
[infiniteScrollDistance]="2"
[infiniteScrollThrottle]="500"
(scrolled)="onScroll()"
Expand All @@ -125,7 +125,7 @@ import { InfiniteScroll } from 'ngx-infinite-scroll';
directives: [ InfiniteScroll ],
template: `
<div class="search-results"
infinite-scroll
infiniteScroll
[infiniteScrollDistance]="2"
[infiniteScrollUpDistance]="1.5"
[infiniteScrollThrottle]="500"
Expand All @@ -146,4 +146,4 @@ export class AppComponent {
```

# Showcase Examples
* [Echoes Player Ng2 Version](http://orizens.github.io/echoes-ng2) ([github repo for echoes player](http://github.com/orizens/echoes-ng2))
* [Echoes Player - Developed with Angular, angular-cli and ngrx](http://orizens.github.io/echoes-player) ([github repo for echoes player](http://github.com/orizens/echoes-player))

0 comments on commit acdcf6a

Please sign in to comment.