Skip to content

Commit

Permalink
fix(demo): demo page link to html fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Oct 7, 2016
1 parent 0f2b707 commit 17764d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/components/table-section.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let html = require('!!prismjs?lang=markup!./table/table-demo.html');

@Component({
selector: 'table-section',
templateUrl: './demo/components/table-section.html'
template: require('./table-section.html')
})
export class TableSectionComponent {
public name:string = 'Table';
Expand Down

0 comments on commit 17764d4

Please sign in to comment.