/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/objects/templates/position-of-terms-editor.component.html
5 строк
252 B
Srijan Reddy
Fix of #9749: Migrate non-negative-int, numeric-expression, position-of-terms, positive-int, ratio-expression, real, sanitized-url, set-of-algebraic-identifier, set-of-translatable-html-content-ids, subtitled-html editors (#12554)
25 май 2021, 02:38
Не верифицирован
25 май 2021, 02:38
76075a0
Код
Авторство
О чём код?
<select class="form-control" (ngModelChange)="onChangePosition($event)" [(ngModel)]="localValue.name"> <option *ngFor="let p of positionOfTerms" [value]="p.name" [selected]="p === localValue.name"> {{ p.humanReadableName }} </option> </select>