/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
scripts/linters/test_files/invalid_ng_template.html
14 строк
496 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 ng-template 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> <div ng-controller="exampleController"> <script type="text/ng-template" id="test1.html"> <!-- ng-template is not allowed to use --> This list denotes the first list element. </script> </div> </body> </html>