Skip to content

Commit

Permalink
docs(readme): update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Paradox41 committed Jun 7, 2016
1 parent 981c112 commit 8991cb3
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 @@ -37,10 +37,10 @@ import { ChartistComponent } from 'angular2-chartist';
directives: [ChartistComponent],
template: `
<chartist
[(data)]="data"
[(type)]="type"
[(options)]="options"
[(responsiveOptions)]="responsiveOptions">
[data]="data"
[type]="type"
[options]="options"
[responsiveOptions]="responsiveOptions">
</chartist>
`
})
Expand Down

0 comments on commit 8991cb3

Please sign in to comment.