declare module fb { interface IFbFormDropdownScope extends ng.IScope { model: fb.IChangeTrack; options: any; name: string; label: string; showAttr: string; required: boolean; } }