beforeEach(module(function($provide) {
        Translator = {
            transChoice: jasmine.createSpy('transChoice')
        };