We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ad4b6 commit af21233Copy full SHA for af21233
test/InjectorSpec.js
@@ -649,7 +649,8 @@ describe('injector', function() {
649
});
650
651
652
- it('should instantiate object and preserve constructor property and be instanceof', function() {
+ it('should instantiate object and preserve constructor property and be instanceof ' +
653
+ 'with the array annotated type', function() {
654
var t = $injector.instantiate(['book', 'author', Type]);
655
expect(t.book).toEqual('moby');
656
expect(t.author).toEqual('melville');
0 commit comments