From e38bf59aab871321182f454a6bad73c991df4228 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 7 Aug 2013 09:32:23 -0700 Subject: docs(minErr): improve $parse/isecfn --- docs/content/error/parse/isecfn.ngdoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3