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

Commit 7e30fb3

Browse files
author
Ray Logel
committed
Put bracket in wrong place
1 parent cae2307 commit 7e30fb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/uiSelectMatchDirective.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ uis.directive('uiSelectMatch', ['uiSelectConfig', function(uiSelectConfig) {
1616
$select.placeholder = placeholder !== undefined ? placeholder : uiSelectConfig.placeholder;
1717
});
1818

19-
function setAllowClear(allow)
20-
{
19+
function setAllowClear(allow) {
2120
$select.allowClear = (angular.isDefined(allow)) ? (allow === '') ? true : (allow.toLowerCase() === 'true') : false;
2221
}
2322

0 commit comments

Comments
 (0)