Aside left working better

This commit is contained in:
Max Lynch
2015-05-16 04:33:59 +02:00
parent 5152889a67
commit b0706c1257
8 changed files with 73 additions and 31 deletions

View File

@ -16,7 +16,8 @@ import {View} from 'angular2/src/core/annotations_impl/view';
</div>`
})
export class Content {
constructor() {
constructor(elementRef: ElementRef) {
this.domElement = elementRef.domElement;
//this.contentClass = true;
console.log('Content!');
}