mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-03 22:44:00 +08:00
12 lines
474 B
Plaintext
12 lines
474 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. |