declare module fb { interface IFbIdScope extends ng.IScope { fbId: any; prefix: string; } }