Related links prop editor: fixes issue in view

This commit is contained in:
Tim Geyssens
2013-10-11 10:25:01 +02:00
parent f95ec4d8f4
commit 6c0fb765f0

View File

@@ -10,7 +10,7 @@
</tr>
</thead>
<tbody>
<tr ng-repeat="link in $scope.model.value">
<tr ng-repeat="link in model.value">
<td>
<span ng-show="!link.edit">{{link.caption}}</span>
<input type="text" ng-model="link.caption" ng-show="link.edit"/>