Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
d7cebd60
Commit
d7cebd60
authored
5 years ago
by
gap95
Browse files
Options
Download
Email Patches
Plain Diff
redirect feedback to home page
parent
2c56ed25
master
72-feedback-toast-message
73-removal-here-maps-api-key
1 merge request
!65
Resolve "feedback toast message"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/feedback/feedback.page.ts
+4
-1
src/app/feedback/feedback.page.ts
with
4 additions
and
1 deletion
+4
-1
src/app/feedback/feedback.page.ts
+
4
-
1
View file @
d7cebd60
...
...
@@ -66,9 +66,12 @@ export class FeedbackPage implements OnInit {
this
.
feedbackApi
.
subscribe
((
resp
)
=>
{
//console.log("rides response", resp);
this
.
isDetailsVisible
=
false
;
this
.
router
.
navigateByUrl
(
'
/ridehistory
'
);
this
.
toastService
.
showToast
(
"
Feedback Successful!
"
)
this
.
router
.
navigateByUrl
(
'
/home
'
);
//this.loadingService.hideLoader();
},
(
error
)
=>
{
console
.
log
(
error
)
this
.
toastService
.
showToast
(
"
Feedback failed !
"
)
//this.loadingService.hideLoader();
});
});
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets