target editor is starting to work better, now switch between text edit mode and easy gui version

This commit is contained in:
Torkel Ödegaard
2013-12-25 19:10:38 +01:00
parent bb6068ac8c
commit 7cbd88f3d8
7 changed files with 47 additions and 29 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
<div ng-show="editorTabs[editor.index] == 'General'">
<div ng-include src="'app/partials/panelgeneral.html'"></div>
</div>
<div ng-repeat="tab in panelMeta.editorTabs" ng-show="editorTabs[editor.index] == tab.title">
<div ng-repeat="tab in panelMeta.fullEditorTabs" ng-show="editorTabs[editor.index] == tab.title">
<div ng-include src="tab.src"></div>
</div>
</div>