File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
docs/content/error/$injector Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
This error occurs when a module fails to load due to some exception. The error
7
7
message above should provide additional context.
8
8
9
+ A common reason why the module fails to load is that you've forgotten to
10
+ include the file with the defined module or that the file couldn't be loaded.
11
+
9
12
### Using `ngRoute`
10
13
11
14
In AngularJS `1.2.0` and later, `ngRoute` has been moved to its own module.
@@ -24,4 +27,4 @@ angular.module('ng').filter('tel', function (){});
24
27
25
28
Instead create your own module and add it as a dependency to your application's top-level module.
26
29
See [#9692](https://github.com/angular/angular.js/issues/9692) and
27
- [#7709](https://github.com/angular/angular.js/issues/7709) for more information
30
+ [#7709](https://github.com/angular/angular.js/issues/7709) for more information
You can’t perform that action at this time.
0 commit comments