chore(build): rename ionic directory to src and update all references in the build process.

This commit is contained in:
Josh Thomas
2016-05-19 13:20:59 -05:00
parent 8470ae04ac
commit c8f760f080
595 changed files with 73 additions and 87 deletions

View File

@@ -0,0 +1,33 @@
<ion-navbar *navbar>
<ion-title>Picker</ion-title>
</ion-navbar>
<ion-content padding>
<button block class="e2eTwoColumns" (click)="twoColumns()">
2 Columns
</button>
<button block class="e2ePrefixLabel" (click)="prefixLabel()">
Prefix Label
</button>
<button block class="e2eSuffixLabel" (click)="suffixLabel()">
Suffix Label
</button>
<button block class="e2eColumnSizesLabel" (click)="columnSizes()">
Columns with sizes
</button>
<p aria-hidden="true" padding>
<code>Smoothie: {{ smoothie }}</code><br>
<code>Timer: {{ timer }}</code><br>
</p>
</ion-content>
<style>
</style>