aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/error/parse/isecfn.ngdoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/content/error/parse/isecfn.ngdoc b/docs/content/error/parse/isecfn.ngdoc
index 068baeea..417551cb 100644
--- a/docs/content/error/parse/isecfn.ngdoc
+++ b/docs/content/error/parse/isecfn.ngdoc
@@ -3,9 +3,8 @@
@fullName Referencing Function Disallowed
@description
-Occurs when an expression attempts to access the 'Function' object.
+Occurs when an expression attempts to access the 'Function' object (constructor for all functions in JavaScript).
-AngularJS bans access to Function from within expressions since constructor
-access is a known way to execute arbitrary Javascript code.
+Angular 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.