remove onIonInit

Closes #77
This commit is contained in:
Adam Bradley
2015-09-05 23:09:21 -05:00
parent aefe8ad7a2
commit dc7b04fbd4
5 changed files with 10 additions and 6 deletions

View File

@ -40,7 +40,8 @@ export class Nav extends ViewController {
/**
* TODO
*/
onIonInit() {
onInit() {
super.onInit();
if (this.root) {
this.push(this.root);