fix(row editor): row editor fix and cleanup of unused code

This commit is contained in:
Torkel Ödegaard
2016-02-04 22:19:46 +01:00
parent edf5868c38
commit 660ce3a61d
8 changed files with 10 additions and 52 deletions

View File

@@ -53,7 +53,6 @@ function (angular, $, _) {
template += '<a class="panel-menu-link" ';
if (item.click) { template += ' ng-click="' + item.click + '"'; }
if (item.editorLink) { template += ' dash-editor-link="' + item.editorLink + '"'; }
template += '>';
template += item.text + '</a>';
});