mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix view having unreferenced
This commit is contained in:
@@ -22,6 +22,6 @@ import {Toolbar} from 'ionic2/components/toolbar/toolbar'
|
||||
export class View {
|
||||
constructor(@NgElement() ele:NgElement) {
|
||||
ele.domElement.classList.add('pane')
|
||||
console.log('View constructed', ele.domElement, nav);
|
||||
console.log('View constructed', ele.domElement);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user