|
|
@@ -38,8 +38,7 @@
|
|
|
</tbody>
|
|
|
<tbody>
|
|
|
<tr class="repeat"
|
|
|
- ng-repeat="notice in notices | orderBy: 'notice.orderItem.product.code'"
|
|
|
- ng-if="notice.$selected">
|
|
|
+ ng-repeat="notice in notices | orderBy: 'notice.orderItem.product.code'">
|
|
|
<td>
|
|
|
<div ng-bind="::notice.orderItem.product.code"></div>
|
|
|
<div ng-bind="::notice.orderItem.product.title"></div>
|