mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-13 08:56:40 +08:00
13 lines
475 B
Plaintext
13 lines
475 B
Plaintext
@ngdoc error
|
|
@name $interpolate:noconcat
|
|
@fullName Multiple Expressions
|
|
@description
|
|
|
|
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.
|
|
|
|
For more information about how AngularJS helps keep your app secure, refer to
|
|
the {@link ng.$sce $sce} API doc.
|