标签: angularjs
限制为过滤器在选择框中选择了选项。
<select> <option> {{string | limitTo :50}} </option> </select>
我在IE 10中得到了以下内容:
{{string | limitTo :50}}
是选择的选项