Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Callmycab-Userapp
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kevin
Callmycab-Userapp
Commits
c6054c59
Commit
c6054c59
authored
May 29, 2019
by
kevin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alerts are added:
parent
4b630947
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
profile.ts
src/pages/profile/profile.ts
+1
-0
searchride.html
src/pages/searchride/searchride.html
+1
-1
No files found.
src/pages/profile/profile.ts
View file @
c6054c59
...
...
@@ -91,6 +91,7 @@ export class ProfilePage {
this
.
formdata
.
append
(
'id'
,
JSON
.
stringify
(
this
.
local
.
id
));
this
.
myservice
.
fileUpload
(
this
.
formdata
,
'update_user'
).
subscribe
(
response
=>
{
if
(
response
.
status
==
'success'
)
{
this
.
myservice
.
show_alert
(
'SUCCESS'
,
'YOUR PERSONAL DETAILS HAVE BEEN SUCCESSFULLY UPDATED'
)
this
.
local
=
response
.
data
var
This
=
this
setTimeout
(()
=>
{
...
...
src/pages/searchride/searchride.html
View file @
c6054c59
...
...
@@ -20,7 +20,7 @@
</ul>
{{(searches | search: searchText).length}}
<div
class=
"no_rslt"
*
ngIf=
"(searches | search: searchText).length === 0"
>
No Results Found
sorry,
No Results Found
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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