Merge branch 'master' into list-border-refactor

Conflicts:
	ionic/util/dom.ts
This commit is contained in:
Brandy Carney
2015-11-05 19:16:24 -05:00
10 changed files with 72 additions and 48 deletions

View File

@@ -206,6 +206,7 @@ class AnotherPage {
@App({
pages: [FirstPage, FullPage, PrimaryHeaderPage, AnotherPage],
template: `<ion-nav [root]="root"></ion-nav>`
})
class E2EApp {