15 lines
467 B
HTML
15 lines
467 B
HTML
<div class="col-sm-12 form-section-title">
|
|
Team membership
|
|
</div>
|
|
<div class="form-group">
|
|
<span class="col-sm-12 text-muted small" ng-transclude="description"> </span>
|
|
</div>
|
|
<div class="form-group">
|
|
<div class="col-sm-12">
|
|
<label for="tls" class="control-label text-left">
|
|
Automatic team membership
|
|
</label>
|
|
<label class="switch" style="margin-left: 20px;"> <input type="checkbox" ng-model="$ctrl.ngModel" /><i></i> </label>
|
|
</div>
|
|
</div>
|