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