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.