Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <ui-input-container>
  2. <select name="option" [(ngModel)]="option" uiInput>
  3. <option *ngFor="let item of list">{{item}}</option>
  4. </select>
  5. </ui-input-container>
  6.  
  7. <ui-input-container>
  8. <select name="option" [(ngModel)]="option" class="accent" uiInput>
  9. <option *ngFor="let item of list">{{item}}</option>
  10. </select>
  11. </ui-input-container>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement