mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
update to alpha.28)
domElement renamed to nativeElement
This commit is contained in:
@ -22,7 +22,7 @@ export class List {
|
||||
}
|
||||
|
||||
constructor(elementRef: ElementRef) {
|
||||
this.domElement = elementRef.domElement;
|
||||
this.ele = elementRef.nativeElement;
|
||||
}
|
||||
|
||||
onInit() {
|
||||
|
Reference in New Issue
Block a user