We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21718f commit 9cb6dbbCopy full SHA for 9cb6dbb
1 file changed
modules/angular2/src/core/di/opaque_token.ts
@@ -9,7 +9,7 @@ import {CONST} from 'angular2/src/facade/lang';
9
* var t = new OpaqueToken("value");
10
*
11
* var injector = Injector.resolveAndCreate([
12
- * provide(t, {useValue: "providedValue"})
+ * provide(t, {useValue: "bindingValue"})
13
* ]);
14
15
* expect(injector.get(t)).toEqual("bindingValue");
0 commit comments