Add view to nav test

This commit is contained in:
Max Lynch
2015-03-29 10:42:50 -06:00
parent 9a68a490ef
commit 1b42546a48
3 changed files with 5 additions and 1 deletions

View File

@@ -22,5 +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);
}
}