Search found 143 matches

Go to advanced search

by Andrew Peacock
Tue Apr 05, 2016 1:36 pm
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2307
 
Jump to post

AngularTranslate tutorial

So... indexpage, scope function: code$scope.setLanguage = function (languageCode) { $translate.use(languageCode); } /code main page button: As per tutorial, the "title" element is set to: code{{ 'TITLE' | translate }}/code AngularTranslate javascript: code define( [ 'requir...
by Andrew Peacock
Tue Apr 05, 2016 1:31 pm
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2307
 
Jump to post

AngularTranslate tutorial

Ah, got it working, I had an issue in my translation piece. Let me share code below.

by Andrew Peacock
Tue Apr 05, 2016 12:11 pm
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2307
 
Jump to post

AngularTranslate tutorial

Strange, it's not working for me now either. I'm going to investigate. Will share anything I find.

by Andrew Peacock
Tue Apr 05, 2016 8:04 am
Forum: Issues
Topic: Auto-update vs export HTML/JS/CSS
Replies: 7
Views: 924
 
Jump to post

Auto-update vs export HTML/JS/CSS

Thanks Max, I'll follow that discussion.

by Andrew Peacock
Sun Apr 03, 2016 4:22 pm
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2307
 
Jump to post

AngularTranslate tutorial

I'm not sure, it just started working. I'll tease out the code later tonight and share here in case it helps.

by Andrew Peacock
Thu Mar 31, 2016 8:56 am
Forum: Issues
Topic: Auto-update vs export HTML/JS/CSS
Replies: 7
Views: 924
 
Jump to post

Auto-update vs export HTML/JS/CSS

Hi Sergiy, I've done some investigation: the ZIP which is used by the auto-update function includes the /app/modals and /app/directives folders. The latter includes backButton.js and navigateTo.js However, the Export ZIP doens't include those folders and files. There may be other changes, as I've no...
by Andrew Peacock
Thu Mar 31, 2016 8:36 am
Forum: Issues
Topic: Auto-update vs export HTML/JS/CSS
Replies: 7
Views: 924
 
Jump to post

Auto-update vs export HTML/JS/CSS

Hi Sergiy, Ok, I understand that auto-update runs of java/C code that you've embed in the .ipa or .apk file, and so depend on the Appery publishing of the apk/ipa, so let me provide more details: Although as a developer, I'd like the auto-update feature, it's a shocking user experience for my users:...
by Andrew Peacock
Wed Mar 30, 2016 9:54 pm
Forum: Issues
Topic: Auto-update vs export HTML/JS/CSS
Replies: 7
Views: 924
 
Jump to post

Auto-update vs export HTML/JS/CSS

Hi Sergiy,
What about the Export HTML/JS/CSS option - does that export the same as auto-update?
Andy

by Andrew Peacock
Wed Mar 30, 2016 8:55 pm
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2307
 
Jump to post

AngularTranslate tutorial

Ooh, I lied. I've just republished to make another change, and it's working. Bizarre.
Apologies for the confusion.

Great support from the team - pass on my regards to everyone concerned!

Regards,
Andy

by Andrew Peacock
Wed Mar 30, 2016 8:52 pm
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2307
 
Jump to post

AngularTranslate tutorial

Hi I'm almost there - if I use $translateProvider.preferredLanguage('de'); or $translateProvider.preferredLanguage('en'); the translation works. So thanks again for your tutorial. But there's just one thing I'm stuck on - how to change the language dynamically. I thought it would be: code var $trans...

Go to advanced search