Sha256: eb8cfb6259e8bc4577039aac405ade24e35b52c34083fdeffc980a3a7a4eef99

Contents?: true

Size: 367 Bytes

Versions: 56

Compression:

Stored size: 367 Bytes

Contents

<div class="form-group" ng-class="{ 'has-error' : hasErrors() }">
  <label for="{{ field }}" class="control-label col-sm-2">{{ label }}</label>
  <div class="col-sm-5 input"> 
    <span ng-transclude></span>
    <span class="help-block" ng-show="error.messages">
      <ul><li ng-repeat="message in error.messages">{{ message }}</li></ul>
    </span>
  </div>
</div>

Version data entries

56 entries across 56 versions & 2 rubygems

Version Path
bastion-3.4.4 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.4.3 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.4.2 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.4.1 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.4.0 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.3.6 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.3.5 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.3.4 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.3.3 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.3.2 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.3.1 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.3.0 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.2.2 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.2.1 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.2.0 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.1.0 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.0.1 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-3.0.0 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-2.1.0 app/assets/javascripts/bastion/components/views/bst-form-group.html
bastion-2.0.4 app/assets/javascripts/bastion/components/views/bst-form-group.html