Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit a636c2a

Browse files
committed
Match spaces
1 parent e3d31dc commit a636c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uiSelectController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ uis.controller('uiSelectCtrl',
443443
ctrl.close(skipFocusser);
444444
return;
445445
}
446-
} else if ( typeof item === 'string') {
446+
} else if ( typeof item === 'string' ) {
447447
item = _replaceTaggingLabelAndTrim(item, ctrl.taggingLabel);
448448
}
449449
_resetSearchInput();

0 commit comments

Comments
 (0)