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/interr.ngdoc | 7 ------- docs/content/error/interpolate/noconcat.ngdoc | 12 ------------ 2 files changed, 19 deletions(-) delete mode 100644 docs/content/error/interpolate/interr.ngdoc delete mode 100644 docs/content/error/interpolate/noconcat.ngdoc (limited to 'docs/content/error/interpolate') diff --git a/docs/content/error/interpolate/interr.ngdoc b/docs/content/error/interpolate/interr.ngdoc deleted file mode 100644 index 8d56c8d0..00000000 --- a/docs/content/error/interpolate/interr.ngdoc +++ /dev/null @@ -1,7 +0,0 @@ -@ngdoc error -@name $interpolate:interr -@fullName Interpolation Error -@description - -This error occurs when interpolation fails due to some exception. The error -message above should provide additional context. diff --git a/docs/content/error/interpolate/noconcat.ngdoc b/docs/content/error/interpolate/noconcat.ngdoc deleted file mode 100644 index 0853544e..00000000 --- a/docs/content/error/interpolate/noconcat.ngdoc +++ /dev/null @@ -1,12 +0,0 @@ -@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