Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
2fd7d6a5
Commit
2fd7d6a5
authored
Nov 29, 2019
by
gap95
Browse files
Suggested changes done
parent
640adfce
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/feedback/feedback.page.html
deleted
100644 → 0
View file @
640adfce
<ion-header>
<ion-toolbar>
<ion-title>
feedback
</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
<ion-grid>
<ion-row
justify-content-center
>
<ion-col
align-self-center
size-md=
"6"
size-lg=
"5"
size-xs=
"12"
>
<div
padding
>
<img
src=
"../../../assets/images/bike2gologo.png"
>
</div>
<div
padding
>
<ion-item>
<ion-input
type=
"text"
[(ngModel)]=
"firstName"
placeholder=
"Enter First Name"
></ion-input>
</ion-item>
<ion-item>
<ion-input
type=
"text"
[(ngModel)]=
"bikeId"
placeholder=
"Bike id"
></ion-input>
</ion-item>
<ion-item>
<ion-input
type=
"text"
[(ngModel)]=
"message"
placeholder=
"Enter your Feedback here!"
></ion-input>
</ion-item>
<ion-item>
<ion-input
type=
"password"
[(ngModel)]=
"password"
placeholder=
"Password"
></ion-input>
</ion-item>
</div>
<div
id=
"correctCredentialsmsg"
padding
*ngIf=
"correctCredentials"
>
Wrong Credentials !
</div>
<div
padding
>
<ion-button
size=
"large"
expand=
"block"
(click)=
"submitRegister()"
>
Register
</ion-button>
</div>
</ion-col>
</ion-row>
</ion-grid>
</ion-content>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment