-1
初めてエラーが発生しましたが、初めてエラーが発生しました。初めて完全に動作します。AngularJSタイプのエラーv2。関数ではありません
<table class="table table-bordered bordered table-striped table-condensed datatable" id="Edii">
<thead>
<tr>
<th>Edition Name </th>
<th>Hight</th>
<th>Width </th>
<th>Total Size</th>
<th>Rate </th>
<th>No of Insertion</th>
<th>Total Cost </th>
<th>Discount</th>
<th>Net Cost </th>
<th></th>
</tr>
</thead>
<tbody>
<tr ng-repeat="Emp in edi | filter:query">
<td>{{Emp.Editions}}</td>
<td>{{Emp.Hight}}</td>
<td>{{Emp.Width }}</td>
<td>{{Emp.Size}}</td>
<td>{{Emp.Rate}}</td>
<td>{{Emp.Insertion}}</td>
<td>{{Emp.Cost }}</td>
<td>{{Emp.Discount}}</td>
<td>{{Emp.Net}}</td>
<td><a ng-click="Edition(Emp)" >Edit</a></td>
</tr>
</tbody>
</table>
@OscarAkaElvisます。ifあなたは急いで郵便で懇願し、それを編集して自由に感じる。 – halfer
さて、私はそれを見て、それを削除すると思った...今は明らかです。次回は私がします。 "アートを編集する"のヒントをありがとう。 – OscarAkaElvis