mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(injector): fix typo in injector documentation
This commit is contained in:
parent
ad7ce0d402
commit
54bcb9ae25
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
* // create an injector
|
||||
* var $injector = angular.injector(['ng']);
|
||||
*
|
||||
* // use the injector to kick of your application
|
||||
* // use the injector to kick off your application
|
||||
* // use the type inference to auto inject arguments, or use implicit injection
|
||||
* $injector.invoke(function($rootScope, $compile, $document){
|
||||
* $compile($document)($rootScope);
|
||||
|
|
|
|||
Loading…
Reference in a new issue