Merge branch 'alpha50' into css-refactor

This commit is contained in:
Adam Bradley
2015-12-09 07:47:30 -06:00
27 changed files with 71 additions and 49 deletions

View File

@@ -84,7 +84,7 @@ export class Refresher {
this.pulling = new EventEmitter('pulling');
}
onInit() {
ngOnInit() {
this.initEvents();
}

View File

@@ -56,7 +56,7 @@ export class Scroll extends Ion {
/**
* @private
*/
onInit() {
ngOnInit() {
this.scrollElement = this.getNativeElement().children[0];
}