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

Commit 5677f9e

Browse files
committed
Match spaces
1 parent 8218744 commit 5677f9e

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
@@ -428,7 +428,7 @@ uis.controller('uiSelectCtrl',
428428
ctrl.close(skipFocusser);
429429
return;
430430
}
431-
} else if ( typeof item === 'string') {
431+
} else if ( typeof item === 'string' ) {
432432
item = _replaceTaggingLabelAndTrim(item, ctrl.taggingLabel);
433433
}
434434
_resetSearchInput();

0 commit comments

Comments
 (0)