Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
allo-app
Overview
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
Nabil Sadki
allo-app
Commits
a957c912
Commit
a957c912
authored
Aug 15, 2019
by
Nabil Sadki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Details offre
parent
2729467b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
44 deletions
+3
-44
config.xml
config.xml
+1
-1
dashboard.page.ts
src/app/pages/dashboard/dashboard.page.ts
+1
-42
offre-details.page.html
src/app/pages/offre-details/offre-details.page.html
+1
-1
No files found.
config.xml
View file @
a957c912
<?xml version='1.0' encoding='utf-8'?>
<widget
android-versionCode=
"108
10"
id=
"com.allotesteurs.app"
version=
"1.0.8.1
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
android-versionCode=
"108
20"
id=
"com.allotesteurs.app"
version=
"1.0.8.2
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
Allo Testeurs
</name>
<description>
Découvrir les bon plans à Kénitra et ailleurs!
</description>
<author
email=
"contact@allo-testeurs.com"
href=
"https://www.allo-testeurs.com"
>
Allo Testeurs Agency
</author>
...
...
src/app/pages/dashboard/dashboard.page.ts
View file @
a957c912
...
...
@@ -32,7 +32,7 @@ export class DashboardPage implements OnInit {
}
ngOnInit
()
{
console
.
log
(
'ngOnInit Dashboard'
);
//
console.log('ngOnInit Dashboard');
// this._ALLO.presentLoading();
}
...
...
@@ -68,47 +68,6 @@ export class DashboardPage implements OnInit {
refresher
.
target
.
complete
();
this
.
presentToast
();
// this._TRIP.getRequest().subscribe((data) => {
// this.setData(data);
// refresher.target.complete();
// this.presentToast();
// },
// err => {
// if (typeof refresher !== 'undefined' && refresher !== null) {
// refresher.target.complete();
// }
// });
}
ionViewWillEnter
()
{
console
.
log
(
'ionViewWillEnter Dashboard'
);
// this._ALLO.presentLoading();
}
ionViewDidEnter
()
{
console
.
log
(
'ionViewDidEnter Dashboard'
);
// this._ALLO.presentLoading();
}
ionViewDidLoad
()
{
console
.
log
(
'ionViewDidLoad Dashboard'
);
// this._ALLO.dismissLoading();
}
onContextChange
(
ctxt
:
any
):
void
{
// if ('all' === ctxt){
// return true;
// }
// this.products = this.products.filter(item => {
// console.log(item);
//// if (item.description.indexOf(ctxt.id) >= 0 ||
//// item.name.indexOf(ctxt.id) >= 0) {
//// return true;
//// }
// return false;
// });
}
// view trip detail
...
...
src/app/pages/offre-details/offre-details.page.html
View file @
a957c912
...
...
@@ -4,7 +4,7 @@
<ion-back-button
defaultHref=
"/app/dashboard"
text=
"Retour"
></ion-back-button>
</ion-buttons>
<ion-title>
<span
ion-text
>
{{ trip.
name
}}
</span>
<span
ion-text
>
{{ trip.
location
}}
</span>
</ion-title>
</ion-toolbar>
</ion-header>
...
...
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