EVOLUTION-MANAGER
Edit File: iwcard.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/docs/content/error/$sce/iwcard.ngdoc?message=docs(error%2Fiwcard)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a> <h1>Error: error:iwcard <div><span class='hint'>The sequence *** is not a valid pattern wildcard</span></div> </h1> <div> <pre class="minerr-errmsg" error-display="Illegal sequence *** in string matcher. String: {0}">Illegal sequence *** in string matcher. String: {0}</pre> </div> <h2>Description</h2> <div class="description"> <p>The strings in <a href="api/ng/provider/$sceDelegateProvider#resourceUrlWhitelist">$sceDelegateProvider.resourceUrlWhitelist</a> and <a href="api/ng/provider/$sceDelegateProvider#resourceUrlBlacklist">$sceDelegateProvider.resourceUrlBlacklist</a> may not contain the undefined sequence <code>***</code>. Only <code>*</code> and <code>**</code> wildcard patterns are defined.</p> </div>