mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Aside left working better
This commit is contained in:
@ -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!');
|
||||
}
|
||||
|
Reference in New Issue
Block a user