module fb { export interface IFbUniqueIdScope extends ng.IScope { fbUniqueId: string; } }