fixed close of full edit mode

This commit is contained in:
Torkel Ödegaard
2013-12-09 09:13:13 +01:00
parent 79395cc6ea
commit 24dd2fa166
5 changed files with 27 additions and 17 deletions
+1 -5
View File
@@ -112,7 +112,7 @@
</span>
</span>
<div class="fluid-row panel-full-edit-mode-controls" ng-show="inEditMode" style="margin-top: 20px;">
<div class="fluid-row panel-full-edit-mode-controls" ng-show="inEditMode" style="margin: 20px;">
<div ng-model="editor.index" bs-tabs>
<div ng-repeat="tab in setEditorTabs(panelMeta)" data-title="{{tab}}">
</div>
@@ -128,9 +128,5 @@
<div ng-repeat="tab in panelMeta.editorTabs" ng-show="editorTabs[editor.index] == tab.title">
<div ng-include src="tab.src"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" ng-click="closeEditMode()">Close</button>
</div>
</div>
</div>