mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
Errors I've documented so far: - `$injector:cdep` - `$injector:itkn` - `$injector:modulerr` - `$injector:nomod` - `$injector:pget` - `$injector:unpr` - `ng:areq` - `ng:cpi` - `ng:cpws` - `ngModel:noass` Closes #3430
12 lines
No EOL
478 B
Text
12 lines
No EOL
478 B
Text
@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 api/ng.$sce $sce} API doc. |