Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

[Ionic] - Angular Translate Release Built Problem

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.

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

[Ionic] - Angular Translate Release Built Problem

Hello Galyna,

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

Regards,

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

[Ionic] - Angular Translate Release Built Problem

Hello,

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

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

[Ionic] - Angular Translate Release Built Problem

Hello Evgene,

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

Regards,

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

[Ionic] - Angular Translate Release Built Problem

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.

taucher
Posts: 0
Joined: Fri Apr 17, 2015 6:06 am

[Ionic] - Angular Translate Release Built Problem

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

Return to “Issues”