update to alpha.28)

domElement renamed to nativeElement
This commit is contained in:
Adam Bradley
2015-06-27 12:12:16 -05:00
parent a97527e0ad
commit 504ab46eb3
31 changed files with 5199 additions and 4348 deletions

View File

@ -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 {}
*/