Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #601 from jpkrohling/HAWKULAR-736-HasErrorOnFormGroup
Browse files Browse the repository at this point in the history
HAWKULAR-736 - Fixed 'has-error' for invitation modal.
  • Loading branch information
mtho11 committed Oct 21, 2015
2 parents 8c6bc9a + 5fe036f commit 9d27b6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h4 class="modal-title">Invite people</h4>

<div class="modal-body">
<form role="form" name="form" class="form-horizontal">
<div class="form-group">
<div class="form-group" ng-class="{'has-error': form.emails.$error.emails}">
<label for="emails" class="col-md-4 control-label">Invite via email</label>
<div class="col-md-6">
<input type="text"
Expand Down

0 comments on commit 9d27b6e

Please sign in to comment.