mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-16 12:08:43 +08:00
9 lines
297 B
Plaintext
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.
|