mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
update to alpha.28)
domElement renamed to nativeElement
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
// import {NgElement, Component, View, Parent} from 'angular2/angular2'
|
||||
|
||||
|
||||
/*
|
||||
@Component({
|
||||
@ -22,16 +20,5 @@
|
||||
</div>
|
||||
</div>`
|
||||
})
|
||||
export class Alert {
|
||||
constructor(
|
||||
@NgElement() ngElement:NgElement
|
||||
) {
|
||||
this.domElement = ngElement.domElement
|
||||
this.config = Alert.config.invoke(this)
|
||||
}
|
||||
|
||||
static open(opts) {
|
||||
let alert = new Alert();
|
||||
}
|
||||
}
|
||||
export class Alert {}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user