declare module fb { interface IFbWidgetOptionsScope extends ng.IScope { isDialogShowing(): string; showDialog: boolean; informationLimit: number; } }