How to apply font-family in ng-option for each option
问题 I want to show a combobox whose all option font will be different. When using the ng-options directive in AngluarJS to fill in the options for a <select> tag I cannot figure out how to set the font-family for each option. $scope.reportFontload=["Andale Mono","Arial","Arial Black","Bitstream Charter","Century Schoolbook L","Comic Sans MS","Courier 10 Pitch","Courier New","DejaVu Sans"]; <select ng-options="font for font in reportFontload" ng-model="selected"> <option value="" disabled selected