declare module fb { interface IFbFormRadiobuttonScope extends ng.IScope { model: fb.IChangeTrack; label: string; name: string; } }