Built motion from commit (unavailable).|2.5.26
[motion2.git] / public / assets / plugins / angular-material-form-builder / src / lib / directives / agreement-item / agreement-item.tpl.html
1 <div
2   class="sortable-container"
3   layout="column"
4   sv-root
5   sv-part="Agreement.item.options"
6 >
7   <!-- <div class="option-item" layout="row" ng-repeat="option in Agreement.item.options track by $index" sv-element>
8     <md-input-container class="md-block">
9       <label>Option {{$index + 1}}</label>
10       <input ng-model="option.value" />
11     </md-input-container>
12   </div> -->
13 </div>