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,4 +1,4 @@
import {Component, Parent, Decorator, View, NgElement} from 'angular2/angular2'
import {Component, Parent, Decorator, View, ElementRef} from 'angular2/angular2'
import {Nav} from 'ionic/components/nav/nav'
import * as util from 'ionic/util'
@ -59,10 +59,10 @@ ion-split-view > [split-viewport] {
})
export class SplitView {
constructor(
element: NgElement,
elementRef: ElementRef,
@Parent() navPane: NavPane
) {
this.domElement = element.domElement
this.ele = elementRef.nativeElement
this.navPane = navPane
// TODO mq.addEventListener() doesn't work with zone.js