diff options
Diffstat (limited to 'docs/content/error/ng/areq.ngdoc')
| -rw-r--r-- | docs/content/error/ng/areq.ngdoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/content/error/ng/areq.ngdoc b/docs/content/error/ng/areq.ngdoc index ade8a5ba..fbc45d8a 100644 --- a/docs/content/error/ng/areq.ngdoc +++ b/docs/content/error/ng/areq.ngdoc @@ -2,3 +2,7 @@ @name ng:areq @fullName Bad Argument @description + +AngularJS often asserts that certain values will be present and truthy using a +helper function. If the assertion fails, this error is thrown. To fix this problem, +make sure that the value the assertion expects is defined and truthy.
\ No newline at end of file |
