update angular again

This commit is contained in:
Andrew
2015-04-25 12:57:38 -05:00
parent 14ecc7178b
commit 41ac9287d9
16 changed files with 44 additions and 26 deletions

View File

@ -1,3 +1,11 @@
import {NgElement} from 'angular2/angular2'
Object.defineProperties(NgElement.prototype, {
domElement: {
get: function() {
return this._view.render.delegate.boundElements[this._boundElementIndex];
}
}
});
export * from 'ionic/components'
export * from 'ionic/platform/platform'