delete unused editor actions directive
This commit is contained in:
@@ -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'
|
||||
};
|
||||
});
|
||||
@@ -1,5 +0,0 @@
|
||||
<ul class="umb-editor-actions">
|
||||
<li ng-repeat="action in actions">
|
||||
<a prevent-default class="umb-btn-round" ng-click="executeActionsItem(action)"><i class="icon icon-settings"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user