From 97f7b52881e57d3b45c3c2e8dab2ada25567c254 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 28 Aug 2015 12:57:37 +0200 Subject: [PATCH] delete unused editor actions directive --- .../editor/umbeditorections.directive.js | 14 -------------- .../components/navigation/umb-editor-actions.html | 5 ----- 2 files changed, 19 deletions(-) delete mode 100644 src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorections.directive.js delete mode 100644 src/Umbraco.Web.UI.Client/src/views/components/navigation/umb-editor-actions.html diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorections.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorections.directive.js deleted file mode 100644 index 9373aab543..0000000000 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorections.directive.js +++ /dev/null @@ -1,14 +0,0 @@ -angular.module("umbraco.directives.html") -.directive('umbEditorActions', function () { - return { - - scope: { - actions: "=", - }, - - transclude: true, - restrict: 'E', - replace: true, - templateUrl: 'views/components/navigation/umb-editor-actions.html' -}; -}); \ No newline at end of file diff --git a/src/Umbraco.Web.UI.Client/src/views/components/navigation/umb-editor-actions.html b/src/Umbraco.Web.UI.Client/src/views/components/navigation/umb-editor-actions.html deleted file mode 100644 index 231f56b0a4..0000000000 --- a/src/Umbraco.Web.UI.Client/src/views/components/navigation/umb-editor-actions.html +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file