Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
test(ngOptions): remove unnnecessary var
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed May 1, 2015
1 parent ae98dad commit 1268b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ng/directive/ngOptionsSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ describe('ngOptions', function() {

scope.$apply('values[0].name = "X"');

var options = element.find('option');
options = element.find('option');
expect(options.eq(0).prop('label')).toEqual('X');

});
Expand Down

0 comments on commit 1268b17

Please sign in to comment.