This commit is contained in:
Andrew
2015-04-25 11:48:09 -05:00
parent 7b006db118
commit 14ecc7178b
89 changed files with 3470 additions and 435 deletions

View File

@@ -1,10 +1,10 @@
import {Component, View} from 'angular2/angular2'
import {View} from 'ionic/components'
import {Component, View as NgView} from 'angular2/angular2'
import {View} from 'ionic/ionic'
@Component({
selector: 'settings-general'
})
@View({
@NgView({
template: `
<ion-view nav-title="General Stuff">
General Settings

View File

@@ -1,8 +1,8 @@
import {Component, View} from 'angular2/angular2'
import {View, NavPane} from 'ionic/components'
import {Component, View as NgView} from 'angular2/angular2'
import {View, NavPane} from 'ionic/ionic'
@Component({ selector: 'privacy-settings' })
@View({
@NgView({
template: `
<ion-view nav-title="Privacy">
Privacy
@@ -22,7 +22,7 @@ export class PrivacyPage {
}
@Component({ selector: 'privp1' })
@View({
@NgView({
template: `
<ion-view nav-title="Privacy Page 1">
This is page 1
@@ -51,7 +51,7 @@ class PrivacyP1 {
}
@Component({ selector: 'privp2' })
@View({
@NgView({
template: `
<ion-view nav-title="Privacy Page 2">
Page 2 here