I have uses angular translate from here (http://pascalprecht.github.io/angular-translate/) and it\'s just work fine, but it break my controller\'s unit test whith Error:
Late to the table with this, but I got round this by specifying that Karma simply serve the files as per this entry in karma.conf.js:
karma.conf.js
files: [ ... {pattern: 'scripts/i18n/*.json', included: false, served: true}, ... ]