From 33e1bdc543bcb7875dcc004d487333393670ed2d Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sun, 16 Feb 2014 22:02:31 +0000 Subject: chore(errors): rename folders to match namespaces --- docs/content/error/$interpolate/noconcat.ngdoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/content/error/$interpolate/noconcat.ngdoc (limited to 'docs/content/error/$interpolate/noconcat.ngdoc') diff --git a/docs/content/error/$interpolate/noconcat.ngdoc b/docs/content/error/$interpolate/noconcat.ngdoc new file mode 100644 index 00000000..0853544e --- /dev/null +++ b/docs/content/error/$interpolate/noconcat.ngdoc @@ -0,0 +1,12 @@ +@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. \ No newline at end of file -- cgit v1.2.3