declare module fb { interface IfbFormInputTightScope extends ng.IScope { model: fb.IChangeTrack; label: string; inputType: string; type: string; placeholder: string; required: boolean; } }