remove unused controller
This commit is contained in:
-9
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user