mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
Errors I've documented so far: - `$injector:cdep` - `$injector:itkn` - `$injector:modulerr` - `$injector:nomod` - `$injector:pget` - `$injector:unpr` - `ng:areq` - `ng:cpi` - `ng:cpws` - `ngModel:noass` Closes #3430
8 lines
No EOL
296 B
Text
8 lines
No EOL
296 B
Text
@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. |