mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
9 lines
417 B
Text
9 lines
417 B
Text
@ngdoc error
|
|
@name $sce:iwcard
|
|
@fullName The sequence *** is not a valid pattern wildcard
|
|
@description
|
|
|
|
The strings in {@link api/ng.$sceDelegateProvider#resourceUrlWhitelist
|
|
$sceDelegateProvider.resourceUrlWhitelist} and {@link
|
|
api/ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist} may not
|
|
contain the undefined sequence `***`. Only `*` and `**` wildcard patterns are defined.
|