Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #74 from ItsANameToo/fix-runtime-error
Browse files Browse the repository at this point in the history
Fix runtime error on profile creation page
  • Loading branch information
luciorubeens committed Feb 19, 2018
2 parents 16907b1 + 0d650e7 commit 01aca06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/profiles/profile-create/profile-create.html
Expand Up @@ -6,7 +6,7 @@

</ion-header>

<ion-content padding class="full-height">
<ion-content padding class="full-height" #content>
<form #createProfileForm="ngForm" class="full-height">
<ion-grid class="full-height">
<ion-row class="create-field">
Expand Down Expand Up @@ -53,6 +53,6 @@
</form>
</ion-content>

<ion-footer padding no-shadow no-border keyboard-attach>
<ion-footer padding no-shadow no-border [keyboard-attach]="content">
<button ion-button class="button-continue" [disabled]="!createProfileForm.form.valid" (click)="submitForm()">{{ 'NEXT' | translate }}</button>
</ion-footer>

0 comments on commit 01aca06

Please sign in to comment.