module fb { export interface IFbPersonnummerScope extends ng.IScope { valideraPersonnummer(value: string): boolean; } }