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

@ -32,7 +32,8 @@ export class Content extends Ion {
/**
* TODO
*/
onIonInit() {
onInit() {
super.onInit();
this.scrollElement = this.getNativeElement().children[0];
}