aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/parse/isecfn.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/error/parse/isecfn.ngdoc')
-rw-r--r--docs/content/error/parse/isecfn.ngdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/content/error/parse/isecfn.ngdoc b/docs/content/error/parse/isecfn.ngdoc
index 1e932f30..068baeea 100644
--- a/docs/content/error/parse/isecfn.ngdoc
+++ b/docs/content/error/parse/isecfn.ngdoc
@@ -2,3 +2,10 @@
@name $parse:isecfn
@fullName Referencing Function Disallowed
@description
+
+Occurs when an expression attempts to access the 'Function' object.
+
+AngularJS bans access to Function from within expressions since constructor
+access is a known way to execute arbitrary Javascript code.
+
+To resolve this error, avoid Function access.