declare module fb { interface IFbMegamenyTriggerScope extends ng.IScope { openMegamenyEventName: string; toggleMegameny(): void; } }