Commit a957c912 by Nabil Sadki

Details offre

parent 2729467b
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="10810" 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="10820" 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>
......
......@@ -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
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment