diff --git a/www/css/colors.css b/www/css/colors.css index a130884..bd306d0 100644 --- a/www/css/colors.css +++ b/www/css/colors.css @@ -224,6 +224,10 @@ } +.ct_blue300{ + color: #64B5F6; +} + /* cyan */ .c_cyan50{ background: #E0F7FA; diff --git a/www/js/app.js b/www/js/app.js index 3209e6e..ea505f7 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -6,9 +6,9 @@ // 'starter.controllers' is found in controllers.js -var urlapi = "http://localhost:3000/api/"; +//var urlapi = "http://localhost:3000/api/"; //var urlapi = "http://192.168.1.36:3000/api/"; -//var urlapi = "http://51.255.193.106:3000/api/"; +var urlapi = "http://37.59.123.45:3000/api/"; angular.module('starter', [ 'ionic', diff --git a/www/js/translations.js b/www/js/translations.js index 6a022c3..78e3f36 100644 --- a/www/js/translations.js +++ b/www/js/translations.js @@ -82,7 +82,7 @@ var translations = { "load_more": "load more", "view_likes": "view likes", "Edit_profile": "Edit profile", - "Travels_publicated": "Travels publicated", + "Travels_published": "Travels published", "Travels_joining": "Travels joining" }, "catalan": { diff --git a/www/templates/menu.html b/www/templates/menu.html index 2002fbb..3f94014 100644 --- a/www/templates/menu.html +++ b/www/templates/menu.html @@ -42,7 +42,10 @@ -

{{storageuser.username}}

+

+ {{storageuser.username}} + +

{{storageuser.description}}

diff --git a/www/templates/password.html b/www/templates/password.html index af2191a..5b2ab8e 100644 --- a/www/templates/password.html +++ b/www/templates/password.html @@ -14,8 +14,11 @@ -
+ +
+ Feature not ready yet
diff --git a/www/templates/signup.html b/www/templates/signup.html index ae771bf..78d5897 100644 --- a/www/templates/signup.html +++ b/www/templates/signup.html @@ -5,15 +5,15 @@