Page 2 of 2

[Ionic] - Angular Translate Release Built Problem

Posted: Thu Apr 28, 2016 6:18 pm
by Galyna Abramovych

Hello again,

Thank you for your patience while we were fixing this, we are sorry for any inconvenience this is causing.
I am writing to update you on this issue here as well.

Such behavior is connected with code minification: https://docs.angularjs.org/api/auto/s... (look for minification)
Your error seems to be in the AngularTranslate file.
To correct the backup:

1) in line 7:
codefunction($translateProvider) {/code

should be replaced with:
code["$translateProvider", function($translateProvider) {/code
2) in line 27:
code });/code
should be replaced with:
code }]); /code

Please do let me know if this helps.


[Ionic] - Angular Translate Release Built Problem

Posted: Fri Apr 29, 2016 5:08 am
by taucher

Hello Galyna,

Thanks for the update. Now the release version is working.

Regards,


[Ionic] - Angular Translate Release Built Problem

Posted: Wed Aug 31, 2016 9:47 am
by Evgene Karachevtsev

Hello,

We published new version of our Charts plugin, this bug is fixed now.


[Ionic] - Angular Translate Release Built Problem

Posted: Wed Aug 31, 2016 9:50 am
by taucher

Hello Evgene,

This topic was for Angular Translate. So did you fix the minification problem? ( Both for Angular Translate and Charts)

Regards,


[Ionic] - Angular Translate Release Built Problem

Posted: Wed Aug 31, 2016 2:02 pm
by Evgene Karachevtsev

Hello Taucher,

Please try this plugin, it shouldn't call minification problems. Also we changed the code in our tutorial for Translate app, should work correctly too.


[Ionic] - Angular Translate Release Built Problem

Posted: Wed Aug 31, 2016 5:53 pm
by taucher

Hello Evgene,
I will try in my next project.
Thanks for the information