mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 20:40:03 +08:00
docs(guide): fixed *off typo in angular.injector example comment
Closes #5441
This commit is contained in:
committed by
Igor Minar
parent
bc3ff2cecd
commit
f0e3dfd008
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user