Skip to content

Commit

Permalink
Fixed empty selectable attribute in doc + demo-app. Fixed Rx dependen…
Browse files Browse the repository at this point in the history
…cy warning. Bumped version to v1.4.0. Added NPM 5 lockfiles.
  • Loading branch information
Frederic Ghilini committed Jun 13, 2017
1 parent eeaaf64 commit 8418ac0
Show file tree
Hide file tree
Showing 8 changed files with 14,492 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { MdDataTableModule } from 'ng2-md-datatable';
Your datatable would look like this in a Angular 2 template:
```
<ng2-md-datatable selectable>
<ng2-md-datatable selectable="true">
<ng2-md-datatable-header>
<ng2-md-datatable-column sortableValue="article">Article</ng2-md-datatable-column>
<ng2-md-datatable-column sortableValue="product">Product</ng2-md-datatable-column>
Expand Down
Loading

0 comments on commit 8418ac0

Please sign in to comment.