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

Commit 98dada8

Browse files
committed
function(){ => function() {
1 parent 8afa48f commit 98dada8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ angular.module('ui.select', [])
219219
return theme + '/match.tpl.html';
220220
},
221221
link: function(scope, element, attrs) {
222-
attrs.$observe('placeholder', function(placeholder){
222+
attrs.$observe('placeholder', function(placeholder) {
223223
scope.$select.placeholder = placeholder || uiSelectConfig.placeholder;
224224
});
225225
}

0 commit comments

Comments
 (0)