mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-18 16:00:21 +00:00
Vendored
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user