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

Commit ac32bf8

Browse files
author
timeless@gmail.com
committed
spelling: select
1 parent 628dc3c commit ac32bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ng/directive/selectSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ describe('select', function() {
383383
scope.robot = '';
384384
compile('<select ng-model="robot">' +
385385
'<option ng-repeat="opt in dynamicOptions" value="{{opt.val}}">{{opt.display}}</option>' +
386-
'</selec>');
386+
'</select>');
387387
expect(element).toEqualSelect(['? string: ?']);
388388

389389

@@ -420,7 +420,7 @@ describe('select', function() {
420420
compile('<select ng-model="robot">' +
421421
'<option value="">--static-select--</option>' +
422422
'<option ng-repeat="opt in dynamicOptions" value="{{opt.val}}">{{opt.display}}</option>' +
423-
'</selec>');
423+
'</select>');
424424
scope.$digest();
425425
expect(element).toEqualSelect([unknownValue('x')], '');
426426

0 commit comments

Comments
 (0)