Merge pull request #2205 from dmitri-gb/patch-1

Update angular.d.ts
This commit is contained in:
Masahiro Wakame 2014-05-20 16:52:14 +09:00
commit b2526eb8ab

View File

@ -544,6 +544,12 @@ declare module ng {
// Undocumented, but it is there...
directive(directivesMap: any): ICompileProvider;
aHrefSanitizationWhitelist(): RegExp;
aHrefSanitizationWhitelist(regexp: RegExp): ICompileProvider;
imgSrcSanitizationWhitelist(): RegExp;
imgSrcSanitizationWhitelist(regexp: RegExp): ICompileProvider;
}
interface ICloneAttachFunction {