fixed so that full editor controls are only loaded when opening editor

This commit is contained in:
Torkel Ödegaard
2013-12-26 11:53:54 +01:00
parent c9260d7e80
commit f7544f3e91
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
</span>
</div>
<div class="panel-full-edit-tabs" ng-show="inEditMode">
<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>