1
0
mirror of https://github.com/bitwarden/web synced 2026-01-07 11:03:16 +00:00

handle errors in org people edit

This commit is contained in:
Kyle Spearrin
2017-03-29 21:26:48 -04:00
parent 916519a43a
commit 616a442fcb
2 changed files with 9 additions and 2 deletions

View File

@@ -4,6 +4,12 @@
</div>
<form name="form" ng-submit="form.$valid && submit()" api-form="submitPromise">
<div class="modal-body">
<div class="callout callout-danger validation-errors" ng-show="form.$errors">
<h4>Errors have occured</h4>
<ul>
<li ng-repeat="e in form.$errors">{{e}}</li>
</ul>
</div>
<h4>User Type</h4>
<div class="form-group">
<div class="radio">