module fb { export interface IFbFlexItemOptionsScope extends ng.IScope { flexAttributes: fb.IFlexItemAttributes flexBasisOptions: any; alignSelfOptions: any; showDialog: boolean; } }