1
我需要顯示dots(● )作爲文本輸入的佔位符。但是它們不是隻顯示佔位符中的unicode。請幫我出在輸入文本框的佔位符中呈現特殊字符
<input type="text" ng-model="inputText" placeholder="{{somePlaceholder}}" />
在控制器:
$scope.somePlaceholder = '●●';
小提琴 - http://jsfiddle.net/Lvc0u55v/8334/