File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
@fullName Bad Argument
4
4
@description
5
5
6
- AngularJS often asserts that certain values will be present and truthy using a
7
- helper function. If the assertion fails, this error is thrown. To fix this problem,
8
- make sure that the value the assertion expects is defined and matches the type mentioned in the
9
- error.
6
+ AngularJS often asserts that certain values will be present and truthy using a helper function. If
7
+ the assertion fails, this error is thrown. To fix this problem, make sure that the value the
8
+ assertion expects is defined and matches the type mentioned in the error.
9
+
10
+ If the type is `undefined`, make sure you any newly added controllers/directives/services are
11
+ properly defined and included in the script(s) loaded by your page.
You can’t perform that action at this time.
0 commit comments