Add required ng-model to ui-sortable

This commit is contained in:
Bjarne Fyrstenborg
2017-12-29 22:48:14 +01:00
parent 9a6123579f
commit e849d2d0d0

View File

@@ -20,7 +20,7 @@
<td style="width:100px;"></td>
</tr>
</thead>
<tbody ui-sortable="sortableOptions">
<tbody ui-sortable="sortableOptions" ng-model="model.value">
<tr ng-repeat="val in model.value">
<td>
<i class="icon icon-navigation handle"></i>