Skip to content

Commit

Permalink
deleted unused folder and unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-Siddiqui committed Oct 21, 2023
1 parent f04c8c7 commit 030305d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ angular.module('inventoryProductList', ['ui.router'])
controllerAs: 'self'
})

.state('updateProduct', {
parent: 'app',
url: '/inventory/:inventoryId/products/:productId',
template: '<inventory-product-item></inventory-product-item>'
}
)
.state('deleteProduct', {
parent: 'app',
url: '/inventory/:inventoryId/products/:productId',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ <h2>Inventory Products</h2>
<td><a ui-sref="updateProductInventory({inventoryId: $ctrl.inventoryProductList[0].inventoryId, productId: product.productId})">
<button class="add-bundle-button btn btn-warning">Edit</button>
</a></td>





<td><a class="btn btn-danger" href="javascript:void(0)" ng-click="deleteProduct(product)">Delete</a></td>
<td></td>
</tr>
Expand Down

This file was deleted.

Empty file.
Empty file.

This file was deleted.

0 comments on commit 030305d

Please sign in to comment.