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