fix view having unreferenced

This commit is contained in:
Andrew
2015-03-30 10:59:47 -06:00
parent 1424e98ab6
commit 4a5ec08fe5

View File

@@ -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);
}
}