use padding attribute

This commit is contained in:
Adam Bradley
2015-09-18 21:58:44 -05:00
parent db714ce341
commit 3364414d24
54 changed files with 77 additions and 77 deletions

View File

@@ -38,7 +38,7 @@
<button (click)="doSubmit($event)" outline small id="e2eSubmit">Submit</button>
</p>
<p aria-hidden="true" class="padding">
<p aria-hidden="true" padding>
<code>appleCtrl.dirty: {{fruitsForm.controls.appleCtrl.dirty}}</code><br>
<code>appleCtrl.value: {{fruitsForm.controls.appleCtrl.value}}</code><br>
<code>bananaCtrl.dirty: {{fruitsForm.controls.bananaCtrl.dirty}}</code><br>
@@ -49,6 +49,6 @@
<code>grape.value: {{fruitsForm.controls.grapeCtrl.value}}</code><br>
</p>
<pre aria-hidden="true" class="padding">{{formResults}}</pre>
<pre aria-hidden="true" padding>{{formResults}}</pre>
</ion-content>