/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/objects/templates/ratio-expression-editor.component.html
11 строк
276 B
Akshay Anand
Add RTL support to the major viewer pages (#14375)
10 фев 2022, 04:58
Не верифицирован
10 фев 2022, 04:58
34a5a5b
Код
Авторство
О чём код?
<input type="text" [(ngModel)]="localValue.label" class="form-control" (ngModelChange)="isValidRatio($event)"> <div class="oppia-form-error oppia-ratio-error"> {{ warningTextI18nKey | translate }} </div> <style> .oppia-ratio-error { position: absolute; } </style>