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
a35b0b6b
Commit
a35b0b6b
authored
Aug 06, 2018
by
Alen Jose
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'alen' into 'master'
aug-3 See merge request alen/CMC_revamp!25
parents
6bfccee2
1b58d58c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
3 deletions
+5
-3
app.component.ts
src/app/app.component.ts
+1
-1
ridedetail.html
src/pages/ridedetail/ridedetail.html
+1
-1
ridedetail.ts
src/pages/ridedetail/ridedetail.ts
+1
-0
ridesummary.html
src/pages/ridesummary/ridesummary.html
+1
-1
ridesummary.ts
src/pages/ridesummary/ridesummary.ts
+1
-0
No files found.
src/app/app.component.ts
View file @
a35b0b6b
...
...
@@ -86,7 +86,7 @@ export class MyApp {
initOnesignal
()
{
this
.
oneSignal
.
startInit
(
''
,
''
);
this
.
oneSignal
.
inFocusDisplaying
(
this
.
oneSignal
.
OSInFocusDisplayOption
.
InAppAlert
);
this
.
oneSignal
.
inFocusDisplaying
(
this
.
oneSignal
.
OSInFocusDisplayOption
.
Notification
);
this
.
oneSignal
.
handleNotificationReceived
().
subscribe
(()
=>
{
// do something when notification is received
...
...
src/pages/ridedetail/ridedetail.html
View file @
a35b0b6b
...
...
@@ -39,7 +39,7 @@
<div
class=
"jr_search_bottom_bay jr_padding0"
*
ngIf=
"driver"
>
<div
class=
"jr_search_profile"
>
<img
[
src
]=
driver
.
image
>
<img
[
src
]=
baseUrl
+
driver
.
image
>
</div>
<div
class=
"jr_search_profile_detail"
>
<br>
...
...
src/pages/ridedetail/ridedetail.ts
View file @
a35b0b6b
...
...
@@ -26,6 +26,7 @@ export class RidedetailPage {
drivers
=
[]
temp
:
boolean
=
false
;
lang
:
string
=
'en'
;
baseUrl
:
string
=
this
.
myservice
.
base_url
constructor
(
public
navCtrl
:
NavController
,
public
navParams
:
NavParams
,
private
data
:
dataService
,
private
zone
:
NgZone
,
private
myservice
:
Myservice
,
private
storage
:
Storage
,
public
platform
:
Platform
,
public
loadingCtrl
:
LoadingController
,
private
alertCtrl
:
AlertController
,
private
translate
:
TranslateService
)
{
}
...
...
src/pages/ridesummary/ridesummary.html
View file @
a35b0b6b
...
...
@@ -47,7 +47,7 @@
<span
*
ngIf=
"driver"
>
<div
class=
"jr_search_bottom_bay jr_padding0"
>
<div
class=
"jr_search_profile"
>
<img
[
src
]=
driver
.
image
>
<img
[
src
]=
baseUrl
+
driver
.
image
>
</div>
<div
class=
"jr_search_profile_detail"
>
<br>
...
...
src/pages/ridesummary/ridesummary.ts
View file @
a35b0b6b
...
...
@@ -22,6 +22,7 @@ export class RidesummaryPage {
driver
:
any
;
ride
:
any
;
lang
:
string
=
'en'
;
baseUrl
:
string
=
this
.
myservice
.
base_url
constructor
(
public
navCtrl
:
NavController
,
public
navParams
:
NavParams
,
private
data
:
dataService
,
private
zone
:
NgZone
,
private
myservice
:
Myservice
,
private
storage
:
Storage
,
public
platform
:
Platform
,
private
translate
:
TranslateService
)
{
}
...
...
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