remove unused controller

This commit is contained in:
Niels Lyngsø
2020-04-01 14:31:56 +02:00
parent e20c7578f8
commit d6cad31750
2 changed files with 1 additions and 10 deletions
@@ -1,9 +0,0 @@
angular.module('umbraco').controller("Umbraco.PropertyEditors.NotSupportedController",
function ($scope) {
var vm = this;
console.log($scope.umbProperty);
}
);
@@ -1,3 +1,3 @@
<div class="umb-property-editor umb-property-editor-notsupported" ng-controller="Umbraco.PropertyEditors.NotSupportedController as vm">
<div class="umb-property-editor umb-property-editor-notsupported">
<localize key="errors_errorPropertyEditorNotSupportedInElementTypes" tokens="[model.label, model.editor]"></localize>
</div>