Skip to content

Commit 8fc64be

Browse files
authored
Corrected templateUrl (issue simplcommerce#920) (simplcommerce#921)
1 parent dbd968c commit 8fc64be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/SimplCommerce.Module.Catalog/wwwroot/admin/product/product-selection-directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
function productSelectionDirective() {
88
var directive = {
99
restrict: 'E',
10-
templateUrl: '_content/SimplCommerce.Module.Catalog/product-selection-directive.html',
10+
templateUrl: '_content/SimplCommerce.Module.Catalog/admin/product/product-selection-directive.html',
1111
scope: {
1212
selectedProducts: '=selectedProducts',
1313
modelId: '@modelId',

0 commit comments

Comments
 (0)