Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

selected angular select

 <option *ngFor="let opt of question.options" [value]="opt.key" [selected]="opt.selected == true">{{opt.selected+opt.value}}</option>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #selected #angular #select
ADD COMMENT
Topic
Name
3+8 =