EVOLUTION-MANAGER
Edit File: noconcat.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/docs/content/error/$interpolate/noconcat.ngdoc?message=docs(error%2Fnoconcat)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a> <h1>Error: error:noconcat <div><span class='hint'>Multiple Expressions</span></div> </h1> <div> <pre class="minerr-errmsg" error-display="Error while interpolating: {0} Strict Contextual Escaping disallows interpolations that concatenate multiple expressions when a trusted value is required. See http://docs.angularjs.org/api/ng.$sce">Error while interpolating: {0} Strict Contextual Escaping disallows interpolations that concatenate multiple expressions when a trusted value is required. See http://docs.angularjs.org/api/ng.$sce</pre> </div> <h2>Description</h2> <div class="description"> <p>This error occurs when performing an interpolation that concatenates multiple expressions when a trusted value is required. Concatenating expressions makes it hard to reason about whether some combination of concatenated values are unsafe to use and could easily lead to XSS.</p> <p>For more information about how AngularJS helps keep your app secure, refer to the <a href="api/ng/service/$sce">$sce</a> API doc.</p> </div>