We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6f374f + 9205c2e commit 1fcba44Copy full SHA for 1fcba44
1 file changed
client/app/modules/products/views/list.html
@@ -21,7 +21,7 @@ <h3 class="panel-title">{{ category.name }}</h3>
21
<a href="" class="btn btn-xs btn-default" ui-sref="^.edit({productId: item.id})">
22
<i class="fa fa-pencil"></i>
23
</a>
24
- <a href="" class="btn btn-xs btn-default" ng-click="delete({productId: item.id})">
+ <a href="" class="btn btn-xs btn-default" ng-click="delete({id: item.id})">
25
<i class="fa fa-trash-o"></i>
26
27
</div>
0 commit comments