tabs fix in fulleditor

This commit is contained in:
Torkel Ödegaard
2013-12-27 08:32:40 +01:00
parent 9f04c50290
commit 0f7e4c7d29
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
<div class="panel-full-edit-tabs" ng-if="inEditMode">
<div ng-model="editor.index" bs-tabs>
<div ng-repeat="tab in setEditorTabs(panelMeta)" data-title="{{tab}}">
<div ng-repeat="tab in editorTabs" data-title="{{tab}}">
</div>
</div>
<div ng-show="editorTabs[editor.index] == 'General'">