corrected file path

This commit is contained in:
Niels Lyngsø
2020-06-26 14:45:36 +02:00
parent ba562378be
commit 26e30189ab

View File

@@ -4,7 +4,7 @@
angular
.module("umbraco")
.component("umbBlockCard", {
templateUrl: "views/components/blockcard/umb-block-card.component.html",
templateUrl: "views/components/blockcard/umb-block-card.html",
controller: BlockCardController,
controllerAs: "vm",
transclude: true,