docs($injector): fix syntax error

There was a missing parenthesis in $injector test example

Closes #9469
This commit is contained in:
Ben Harold
2014-10-07 13:03:36 -04:00
committed by Caitlin Potter
parent 613d0a3212
commit ab240196bf

View File

@@ -134,7 +134,7 @@ function annotate(fn, strictDi, name) {
* expect($injector.get('$injector')).toBe($injector);
* expect($injector.invoke(function($injector) {
* return $injector;
* }).toBe($injector);
* })).toBe($injector);
* ```
*
* # Injection Function Annotation