revert agressive clean up

This commit is contained in:
Niels Lyngsø
2020-04-08 15:46:24 +02:00
parent 83d590ff08
commit 676f2ab847
@@ -5,6 +5,8 @@
.module("umbraco")
.component("umbBlockCard", {
templateUrl: "views/propertyeditors/blockeditor/blockcard/blockcard.component.html",
controller: BlockCardController,
controllerAs: "vm",
transclude: true,
bindings: {
blockConfigModel: "<",
@@ -12,5 +14,10 @@
}
});
function BlockCardController() {
var vm = this;
}
})();