Fixing tests and lint errors

This commit is contained in:
Adrian Fâciu
2016-09-07 22:24:43 +03:00
parent 6f42e303f9
commit 48128becdd
5 changed files with 20 additions and 15 deletions

View File

@@ -11,8 +11,6 @@ let tabDesc:Array<any> = [
}
];
// <{{desc.heading.toLowerCase()}}-demo *ngIf="currentHeading === '{{desc.heading}}'"></{{desc.heading.toLowerCase()}}-demo>
@Component({
selector: 'file-upload-section',
template: `
@@ -55,7 +53,7 @@ let tabDesc:Array<any> = [
<div class="card card-block panel panel-default panel-body" [innerHTML]="doc"></div>
</div>
</section>
`,
`
})
export class FileUploadSectionComponent {
public name:string = 'File Upload';
@@ -68,4 +66,4 @@ export class FileUploadSectionComponent {
this.currentHeading = e.heading;
}
}
}
}