diff --git a/www/js/controllers.js b/www/js/controllers.js index f233ca6..bbe9473 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -339,6 +339,7 @@ angular.module('starter.controllers', ['pascalprecht.translate']) }, function(response) { // optional // failed + $ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 }); }); // Simulate a login delay. Remove this and replace with your login @@ -380,6 +381,7 @@ angular.module('starter.controllers', ['pascalprecht.translate']) }, function(response) { // optional // failed + $ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 }); }); // Simulate a login delay. Remove this and replace with your login @@ -423,6 +425,7 @@ angular.module('starter.controllers', ['pascalprecht.translate']) }, function(response) { // optional // failed + $ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 }); }); // Simulate a login delay. Remove this and replace with your login diff --git a/www/templates/favsList.html b/www/templates/favsList.html index daf8a85..1452195 100644 --- a/www/templates/favsList.html +++ b/www/templates/favsList.html @@ -16,9 +16,9 @@
- help instructions here + (help instructions here)
+ This is a car sharing App. +
+
+ The main concept of the app, is sharing offers to share travels in car.
+
+ There are 3 types of publication:
+
+
+ To create a new publication, just need to go in to 'Travels' section in the main menu, and select one of the 3 top buttons:
-- - - -
not yet
+(not finished yet)...
+ version: CarsInCommon-v010 +
diff --git a/www/templates/travel.html b/www/templates/travel.html index 244d515..07971c8 100644 --- a/www/templates/travel.html +++ b/www/templates/travel.html @@ -26,9 +26,9 @@ {{travel.phone}}{{user.description}}
{{user.mail}}