/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/objects/templates/fraction-editor.component.html
11 строк
293 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)]="fractionString" class="form-control" (ngModelChange)="validateFraction($event)"> <br> <div class="oppia-form-error oppia-fraction-error"> {{ errorMessageI18nKey | translate }} </div> <br> <style> .oppia-fraction-error { position: absolute; } </style>