Skip to content

Commit

Permalink
docs(readme): link to additional codepens
Browse files Browse the repository at this point in the history
  • Loading branch information
christianacca committed Aug 3, 2015
1 parent c872a92 commit b1c60f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Please be responsible, the open source community is not there to guess your prob

2. give a precise description mentionning angular version, ng-table version.

3. give a way to reproduce your issue, the best would be with a <strong>running example</strong>, you can use [plunkr](http://plnkr.co/). Note if you want to mimic ajax loading behaviour you can use [$timeout](https://docs.angularjs.org/api/ng/service/$timeout) angular service or [$httpBackend](https://docs.angularjs.org/api/ng/service/$httpBackend).
3. give a way to reproduce your issue, the best would be with a <strong>running example</strong>, you can use [plunkr](http://plnkr.co/), or [codepen](http://codepen.io/). **Tip:** See below for a list of base codepen's you can fork

4. isolate your code sample on the probable issue to avoid pollution and noise.

Expand All @@ -53,8 +53,10 @@ Note that 80% of the open issues are actually not issues but "problem" due to de

* [Demo site](http://ng-table.com/)
* Codepen examples (**Tip**: fork these to create your own examples);
* [`ngTable`](http://codepen.io/christianacca/pen/VLqVeo?editors=101)
* [`ngTableDynamic`](http://codepen.io/christianacca/pen/jPxgzY?editors=101)
* [`ngTable`: inmemory list](http://codepen.io/christianacca/pen/VLqVeo?editors=101)
* [`ngTable`: server-side list](http://codepen.io/christianacca/pen/VLqqjP?editors=101)
* [`ngTableDynamic`: inmemory list](http://codepen.io/christianacca/pen/jPxgzY?editors=101)
* [`ngTableDynamic`: server-side list](http://codepen.io/christianacca/pen/JdwwrR/?editors=101)

## Compatibility

Expand Down

0 comments on commit b1c60f5

Please sign in to comment.