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

Commit f9f0d2b

Browse files
committed
Fix placeholder with Bootstrap theme
1 parent a7062fa commit f9f0d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/match.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ng-class="{'text-success': $select.selected == undefined}"
44
ng-disabled="$select.disabled"
55
ng-click="$select.activate()">
6-
<span ng-hide="$select.selected" class="text-muted">{{placeholder}}</span>
6+
<span ng-hide="$select.selected" class="text-muted">{{$select.placeholder}}</span>
77
<span ng-show="$select.selected" ng-transclude></span>
88
<span class="caret"></span>
99
</a>

0 commit comments

Comments
 (0)