mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-15 12:09:02 +08:00
docs($injector): fix syntax error
There was a missing parenthesis in $injector test example Closes #9469
This commit is contained in:
committed by
Caitlin Potter
parent
f619d032c9
commit
5d042592fc
@@ -115,7 +115,7 @@ function annotate(fn) {
|
||||
* expect($injector.get('$injector')).toBe($injector);
|
||||
* expect($injector.invoke(function($injector){
|
||||
* return $injector;
|
||||
* }).toBe($injector);
|
||||
* })).toBe($injector);
|
||||
* ```
|
||||
*
|
||||
* # Injection Function Annotation
|
||||
|
||||
Reference in New Issue
Block a user