aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/sce/iwcard.ngdoc
blob: 4b0b519205750d3b13c352f7f65fc4246ce21470 (plain)
1
2
3
4
5
6
7
8
9
@ngdoc error
@name $sce:iwcard
@fullName The sequence *** is not a valid pattern wildcard
@description

The strings in {@link api/ng.$sceDelegateProvider#methods_resourceUrlWhitelist
$sceDelegateProvider.resourceUrlWhitelist} and {@link
api/ng.$sceDelegateProvider#methods_resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist} may not
contain the undefined sequence `***`.  Only `*` and `**` wildcard patterns are defined.