mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(guide): fixed *off typo in angular.injector example comment
Closes #5441
This commit is contained in:
parent
bc3ff2cecd
commit
f0e3dfd008
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ of which depend on other services that are provided by the Angular framework:
|
|||
}]);
|
||||
}
|
||||
|
||||
// get the main service to kick of the application
|
||||
// get the main service to kick off the application
|
||||
angular.injector([batchLogModule]).get('routeTemplateMonitor');
|
||||
</pre>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue