/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
scripts/linters/test_files/invalid_parent.html
21 строка
634 B
Anshul Hudda
Fix #7590: Python, HTML, CSS, Js/Ts lint tests (#8947)
30 июн 2020, 23:22
Не верифицирован
30 июн 2020, 23:22
bb4c1c4
Код
Авторство
О чём код?
<!-- This file is using parent property which is not allowed. --> <!DOCTYPE html> <html ng-app="oppia" itemscope itemtype="http://schema.org/Organization"> <head> @require('../../base-components/header.template.html', {"title": "Oppia"}) </head> <body> <service-bootstrap></service-bootstrap> <div ng-controller="Base"> <base-content> <!-- parent property is not allowed to use --> <content> <classroom-page>{{$parent.property}}</classroom-page> </content> <page-footer></page-footer> </base-content> </div> @require('../footer_js_libs.html') </body> </html>