angular.js/docs/content/error/ng/areq.ngdoc

8 lines
296 B
Text
Raw Normal View History

2013-07-13 00:42:27 +00:00
@ngdoc error
@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.