Skip to content

Commit 1fcba44

Browse files
committed
Merge branch 'portokallidis-patch-2' into develop
2 parents e6f374f + 9205c2e commit 1fcba44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/app/modules/products/views/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h3 class="panel-title">{{ category.name }}</h3>
2121
<a href="" class="btn btn-xs btn-default" ui-sref="^.edit({productId: item.id})">
2222
<i class="fa fa-pencil"></i>
2323
</a>
24-
<a href="" class="btn btn-xs btn-default" ng-click="delete({productId: item.id})">
24+
<a href="" class="btn btn-xs btn-default" ng-click="delete({id: item.id})">
2525
<i class="fa fa-trash-o"></i>
2626
</a>
2727
</div>

0 commit comments

Comments
 (0)