Files
angular.js/docs/content/error/ng/areq.ngdoc
2014-07-21 14:52:41 -07:00

9 lines
297 B
Plaintext

@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.