mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
update to alpha.28)
domElement renamed to nativeElement
This commit is contained in:
@ -17,8 +17,8 @@ export class Refresher {
|
||||
@Parent() content: Content,
|
||||
element: ElementRef
|
||||
) {
|
||||
this.domElement = element.domElement;
|
||||
this.domElement.classList.add('content');
|
||||
this.ele = element.nativeElement;
|
||||
this.ele.classList.add('content');
|
||||
|
||||
this.refresh = new EventEmitter('refresh');
|
||||
|
||||
|
Reference in New Issue
Block a user