Adding panel should have all options

This commit is contained in:
Rashid Khan 2013-08-21 09:53:12 -07:00
parent 9ee5618335
commit c5bc350d4f

View File

@ -6,7 +6,7 @@
<div ng-include src="edit_path(panel.type)"></div>
</div>
<div ng-repeat="tab in panelMeta.editorTabs" ng-show="addTab == tab.title">
<div ng-repeat="tab in panelMeta.editorTabs">
<h4>{{tab.title}}</h4>
<div ng-include src="tab.src"></div>
</div>