aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/sce/iwcard.ngdoc
blob: 459b78d575a3af42f6d46c3720d97002209ffb6d (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#resourceUrlWhitelist
$sceDelegateProvider.resourceUrlWhitelist} and {@link
api/ng.$sceDelegateProvider#resourceUrlBlacklist $sceDelegateProvider.resourceUrlBlacklist} may not
contain the undefined sequence `***`.  Only `*` and `**` wildcard patterns are defined.