diff --git a/ionic/components/app/test/snapcat/main.html b/ionic/components/app/test/snapcat/main.html index 3739bb0219..ff1f9777d7 100644 --- a/ionic/components/app/test/snapcat/main.html +++ b/ionic/components/app/test/snapcat/main.html @@ -3,9 +3,9 @@ -
- secret -
+ + secret +
@@ -144,6 +144,10 @@ ion-toolbar { letter-spacing: 1px; } + .platform-ios ion-toolbar .button i { + color: #fff !important; + font-size: 24px !important; + } .platform-ios .item:first-of-type:before, .platform-ios .item:last-of-type:after, .platform-ios .item-content:after { diff --git a/ionic/components/app/test/snapcat/p.jpg b/ionic/components/app/test/snapcat/p.jpg new file mode 100644 index 0000000000..f06fca950b Binary files /dev/null and b/ionic/components/app/test/snapcat/p.jpg differ diff --git a/ionic/components/app/test/yerk/index.js b/ionic/components/app/test/yerk/index.js new file mode 100644 index 0000000000..254cdc978c --- /dev/null +++ b/ionic/components/app/test/yerk/index.js @@ -0,0 +1,23 @@ +import {bootstrap} from 'angular2/angular2' +import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations'; +import {View} from 'angular2/src/core/annotations_impl/view'; + +import {Tabs, Tab, Content} from 'ionic/ionic' +import {Engine} from 'ionic/engine/engine' +import * as util from 'ionic/util' + + +@Component({ selector: 'ion-app' }) +@View({ + templateUrl: 'main.html', + directives: [Tabs, Tab, Content] +}) +class IonicApp { + constructor() { + console.log('IonicApp Start'); + } +} + +export function main() { + bootstrap(IonicApp); +} diff --git a/ionic/components/app/test/yerk/main.html b/ionic/components/app/test/yerk/main.html new file mode 100644 index 0000000000..15b2787588 --- /dev/null +++ b/ionic/components/app/test/yerk/main.html @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/e2e/bundle.template.html b/scripts/e2e/bundle.template.html index aab42033ec..c82f8509f9 100644 --- a/scripts/e2e/bundle.template.html +++ b/scripts/e2e/bundle.template.html @@ -3,6 +3,7 @@ + diff --git a/scripts/e2e/ionic.template.html b/scripts/e2e/ionic.template.html index 71c86d42f3..0b8127c615 100644 --- a/scripts/e2e/ionic.template.html +++ b/scripts/e2e/ionic.template.html @@ -3,6 +3,7 @@ +