UNPKG
apim-developer-portal4
Version:
latest (4.0.0)
4.0.0
API management developer portal
apim-developer-portal4
/
src
/
components
/
users
/
validation-summary
/
ko
/
runtime
/
validation-summary.html
5 lines
•
262 B
HTML
View Raw
1
2
3
4
5
<
div
class
=
"alert alert-danger text-hide"
role
=
"region"
aria-live
=
"assertive"
aria-atomic
=
"true"
data-bind
=
"css: { 'text-hide': !hasErrors() }"
>
<!-- ko foreach: { data: errorMsgs, as: 'msg' } -->
<
div
data-bind
=
"text: msg"
>
</
div
>
<!-- /ko -->
</
div
>