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

@ -28,7 +28,7 @@ export class ViewController {
this.injector = injector;
// TODO: Make this generic?
this.domElement = elementRef.domElement;
this.ele = elementRef.nativeElement;
this.items = [];
this.navCtrl = new NavController(this);