declare module fb { interface IFbFlexContainerOptionsScope extends ng.IScope { flexAttributes: fb.IFlexContainerAttributes; flexDirectionOptions: any; flexWrapOptions: any; justifyContentOptions: any; alignItemsOptions: any; alignContentOptions: any; showDialog: boolean; } }