UNPKG
apim-developer-portal1
Version:
latest (3.0.5)
3.0.5
3.0.1
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
0.0.1
API management developer portal
apim-developer-portal1
/
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
>