Commit a66db446 by Anju M S

bug fix

parent e652021f
...@@ -86,24 +86,24 @@ ...@@ -86,24 +86,24 @@
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription"> <edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
<string>Allow to access location</string> <string>Allow to access location</string>
</edit-config> </edit-config>
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" /> <engine name="android" spec="^6.1.2" />
<plugin name="cordova-plugin-device" spec="^2.0.1" /> <plugin name="com-sarriaroman-photoviewer" spec="^1.1.18" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" /> <plugin name="com.synconset.imagepicker" spec="^2.1.10">
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova.plugins.diagnostic" spec="~4.0.4" />
<plugin name="com.synconset.imagepicker" spec="~2.1.10">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="your usage message" /> <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="your usage message" />
</plugin> </plugin>
<plugin name="cordova-plugin-file-transfer" spec="~1.7.1" />
<plugin name="onesignal-cordova-plugin" spec="~2.3.3" />
<plugin name="cordova-plugin-file" spec="~6.0.1" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-badge" spec="^0.8.7" /> <plugin name="cordova-plugin-badge" spec="^0.8.7" />
<plugin name="cordova-plugin-geolocation" spec="~2.4.3"> <plugin name="cordova-plugin-device" spec="^2.0.1" />
<plugin name="cordova-plugin-file" spec="^6.0.1" />
<plugin name="cordova-plugin-file-transfer" spec="^1.7.1" />
<plugin name="cordova-plugin-geolocation" spec="^2.4.3">
<variable name="GEOLOCATION_USAGE_DESCRIPTION" value="To locate you" /> <variable name="GEOLOCATION_USAGE_DESCRIPTION" value="To locate you" />
</plugin> </plugin>
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-request-location-accuracy" spec="^2.2.3" /> <plugin name="cordova-plugin-request-location-accuracy" spec="^2.2.3" />
<plugin name="com-sarriaroman-photoviewer" spec="^1.1.18" /> <plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<engine name="android" spec="~6.1.2" /> <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova.plugins.diagnostic" spec="^4.0.11" />
<plugin name="onesignal-cordova-plugin" spec="^2.3.3" />
</widget> </widget>
{ {
"name": "user", "name": "user",
"version": "0.0.1", "version": "0.0.1",
"author": "Ionic Framework", "author": "Ionic Framework",
"homepage": "http://ionicframework.com/", "homepage": "http://ionicframework.com/",
"private": true, "private": true,
"scripts": { "scripts": {
"clean": "ionic-app-scripts clean", "clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build", "build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint", "lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build", "ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve" "ionic:serve": "ionic-app-scripts serve"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "4.1.3", "@angular/animations": "4.1.3",
"@angular/common": "5.2.9", "@angular/common": "5.2.9",
"@angular/compiler": "5.2.9", "@angular/compiler": "5.2.9",
"@angular/compiler-cli": "5.2.9", "@angular/compiler-cli": "5.2.9",
"@angular/core": "5.2.9", "@angular/core": "5.2.9",
"@angular/forms": "5.2.9", "@angular/forms": "5.2.9",
"@angular/http": "5.2.9", "@angular/http": "5.2.9",
"@angular/platform-browser": "5.2.9", "@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9", "@angular/platform-browser-dynamic": "5.2.9",
"@ionic-native/badge": "^4.9.0", "@ionic-native/badge": "^4.9.0",
"@ionic-native/core": "4.5.3", "@ionic-native/core": "4.5.3",
"@ionic-native/diagnostic": "^4.6.0", "@ionic-native/diagnostic": "^4.6.0",
"@ionic-native/file": "^4.7.0", "@ionic-native/file": "^4.7.0",
"@ionic-native/file-transfer": "^4.7.0", "@ionic-native/file-transfer": "^4.7.0",
"@ionic-native/geolocation": "^4.14.0", "@ionic-native/geolocation": "^4.14.0",
"@ionic-native/image-picker": "^4.7.0", "@ionic-native/image-picker": "^4.7.0",
"@ionic-native/location-accuracy": "^4.14.0", "@ionic-native/location-accuracy": "^4.14.0",
"@ionic-native/network": "^4.7.0", "@ionic-native/network": "^4.7.0",
"@ionic-native/onesignal": "^4.7.0", "@ionic-native/onesignal": "^4.7.0",
"@ionic-native/photo-viewer": "^4.18.0", "@ionic-native/photo-viewer": "^4.18.0",
"@ionic-native/splash-screen": "4.5.3", "@ionic-native/splash-screen": "4.5.3",
"@ionic-native/status-bar": "4.5.3", "@ionic-native/status-bar": "4.5.3",
"@ionic/storage": "2.1.3", "@ionic/storage": "2.1.3",
"com-sarriaroman-photoviewer": "^1.1.18", "com-sarriaroman-photoviewer": "^1.1.18",
"cordova-android": "~6.1.2", "com.synconset.imagepicker": "^2.1.10",
"cordova-plugin-badge": "^0.8.7", "cordova-android": "^6.1.2",
"cordova-plugin-network-information": "^2.0.1", "cordova-plugin-badge": "^0.8.7",
"cordova-plugin-request-location-accuracy": "^2.2.3", "cordova-plugin-compat": "^1.0.0",
"ionic-angular": "3.9.2", "cordova-plugin-device": "^2.0.1",
"ionic-tooltips": "^2.0.1", "cordova-plugin-file": "^6.0.1",
"ionic2-rating": "^1.2.2", "cordova-plugin-file-transfer": "^1.7.1",
"ionicons": "3.0.0", "cordova-plugin-geolocation": "^2.4.3",
"rxjs": "5.5.7", "cordova-plugin-ionic-keyboard": "^2.0.5",
"sw-toolbox": "3.6.0", "cordova-plugin-ionic-webview": "^1.1.16",
"zone.js": "0.8.20" "cordova-plugin-network-information": "^2.0.1",
}, "cordova-plugin-request-location-accuracy": "^2.2.3",
"devDependencies": { "cordova-plugin-splashscreen": "^5.0.2",
"@ionic/app-scripts": "3.1.8", "cordova-plugin-whitelist": "^1.3.3",
"typescript": "~2.6.2" "cordova.plugins.diagnostic": "^4.0.11",
}, "ionic-angular": "3.9.2",
"description": "An Ionic project", "ionic-tooltips": "^2.0.1",
"cordova": { "ionic2-rating": "^1.2.2",
"platforms": [ "ionicons": "3.0.0",
"android" "onesignal-cordova-plugin": "^2.3.3",
], "rxjs": "5.5.7",
"plugins": { "sw-toolbox": "3.6.0",
"cordova-plugin-network-information": {}, "zone.js": "0.8.20"
"cordova-plugin-badge": {}, },
"cordova-plugin-geolocation": { "devDependencies": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you" "@ionic/app-scripts": "3.1.8",
}, "typescript": "~2.6.2"
"cordova-plugin-request-location-accuracy": {}, },
"com-sarriaroman-photoviewer": {} "description": "An Ionic project",
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-network-information": {},
"cordova-plugin-badge": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
},
"cordova-plugin-request-location-accuracy": {},
"com-sarriaroman-photoviewer": {},
"com.synconset.imagepicker": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "your usage message"
},
"cordova-plugin-device": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova.plugins.diagnostic": {},
"onesignal-cordova-plugin": {}
}
} }
}
} }
\ No newline at end of file
...@@ -107,7 +107,7 @@ export class AddcarPage { ...@@ -107,7 +107,7 @@ export class AddcarPage {
this.myservice.hide_loader(); this.myservice.hide_loader();
console.log(response); console.log(response);
if(response.status == "success") { if(response.status == "success") {
this.myservice.show_alert("success!", response.message); this.myservice.show_alert("Changes are saved!", response.message);
this.user_data.first_name = response.result.first_name; this.user_data.first_name = response.result.first_name;
......
...@@ -52,7 +52,7 @@ export class Changepsw { ...@@ -52,7 +52,7 @@ export class Changepsw {
this.myservice.load_post(obj,'changepsw').subscribe(data => { this.myservice.load_post(obj,'changepsw').subscribe(data => {
this.myservice.hide_loader(); this.myservice.hide_loader();
if(data.status == "success") { if(data.status == "success") {
this.myservice.show_alert("Success" , data.message); this.myservice.show_alert("Password is Changed!" , data.message);
this.navCtrl.push('AddcarPage'); this.navCtrl.push('AddcarPage');
} }
else { else {
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<ion-icon name="menu"></ion-icon> <ion-icon name="menu"></ion-icon>
</button> </button>
<div class="nav_header_title floatLeft"> <div class="nav_header_title floatLeft">
Garnedo
</div> </div>
</ion-header> </ion-header>
......
...@@ -69,14 +69,14 @@ ...@@ -69,14 +69,14 @@
</ion-item> </ion-item>
<ion-item> <ion-item>
<ion-input type="number" formControlName="car_make" placeholder="Make of Car"></ion-input> <ion-input type="text" formControlName="car_make" placeholder="Make of Car"></ion-input>
</ion-item> </ion-item>
<div class="bmd-field error"> <div class="bmd-field error">
<p class="valid-p" *ngIf="signup.controls.car_make.hasError('required') && signup.controls.car_make.touched">Sorry, field is required!</p> <p class="valid-p" *ngIf="signup.controls.car_make.hasError('required') && signup.controls.car_make.touched">Sorry, field is required!</p>
</div> </div>
<ion-item> <ion-item>
<ion-input type="number" formControlName="car_model" placeholder="Model of Car"></ion-input> <ion-input type="text" formControlName="car_model" placeholder="Model of Car"></ion-input>
</ion-item> </ion-item>
<div class="bmd-field error"> <div class="bmd-field error">
<p class="valid-p" *ngIf="signup.controls.car_model.hasError('required') && signup.controls.car_model.touched">Sorry, field is required!</p> <p class="valid-p" *ngIf="signup.controls.car_model.hasError('required') && signup.controls.car_model.touched">Sorry, field is required!</p>
......
...@@ -21,9 +21,9 @@ export class Myservice { ...@@ -21,9 +21,9 @@ export class Myservice {
//webservice_url = 'http://localhost/fixmyauto/Webservice_user/'; //webservice_url = 'http://localhost/fixmyauto/Webservice_user/';
webservice_url = 'http://192.168.140.22/fixmyauto/Webservice_user/'; // webservice_url = 'http://192.168.140.22/fixmyauto/Webservice_user/';
// webservice_url = 'http://localhost/fixmyauto/Webservice_user/'; // webservice_url = 'http://localhost/fixmyauto/Webservice_user/';
// webservice_url = 'http://techlabz.in/fixmyauto/Webservice_user/'; webservice_url = 'http://techlabz.in/fixmyauto/Webservice_user/';
// webservice_url = 'http://www.garnedo.com/fixmyauto/Webservice_user/'; // webservice_url = 'http://www.garnedo.com/fixmyauto/Webservice_user/';
// webservice_url = 'https://104.198.77.184:8443/fixmyauto/Webservice_user/'; // webservice_url = 'https://104.198.77.184:8443/fixmyauto/Webservice_user/';
......
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