mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 08:59:35 +08:00
10 lines
413 B
Plaintext
10 lines
413 B
Plaintext
@ngdoc error
|
|
@name $sce:iwcard
|
|
@fullName The sequence *** is not a valid pattern wildcard
|
|
@description
|
|
|
|
The strings in {@link 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.
|