mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 01:00:05 +00:00
Update angular.d.ts
Add aHrefSanitizationWhitelist and imgSrcSanitizationWhitelist to ICompileService
This commit is contained in:
6
angularjs/angular.d.ts
vendored
6
angularjs/angular.d.ts
vendored
@@ -544,6 +544,12 @@ declare module ng {
|
||||
|
||||
// Undocumented, but it is there...
|
||||
directive(directivesMap: any): ICompileProvider;
|
||||
|
||||
aHrefSanitizationWhitelist(): RegExp;
|
||||
aHrefSanitizationWhitelist(regexp: RegExp): ICompileService;
|
||||
|
||||
imgSrcSanitizationWhitelist(): RegExp;
|
||||
imgSrcSanitizationWhitelist(regexp: RegExp): ICompileService;
|
||||
}
|
||||
|
||||
interface ICloneAttachFunction {
|
||||
|
||||
Reference in New Issue
Block a user