aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/interpolate/noconcat.ngdoc
diff options
context:
space:
mode:
authorKen Sheedlo2013-08-01 15:11:10 -0700
committerIgor Minar2013-08-07 21:36:59 -0700
commite4b6a1eaa4a432b0082c7abbff8f4bb169cf846e (patch)
treec7db8a10cfa64808ac3d750d7d434cbf05c5ea64 /docs/content/error/interpolate/noconcat.ngdoc
parent306a613440175c7fd61d1d6eb249d1e53a46322e (diff)
downloadangular.js-e4b6a1eaa4a432b0082c7abbff8f4bb169cf846e.tar.bz2
docs(minerr): fill in error message descriptions
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
Diffstat (limited to 'docs/content/error/interpolate/noconcat.ngdoc')
-rw-r--r--docs/content/error/interpolate/noconcat.ngdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/content/error/interpolate/noconcat.ngdoc b/docs/content/error/interpolate/noconcat.ngdoc
index f1fd6c46..c611b81a 100644
--- a/docs/content/error/interpolate/noconcat.ngdoc
+++ b/docs/content/error/interpolate/noconcat.ngdoc
@@ -2,3 +2,11 @@
@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. \ No newline at end of file