Explorar o código

Adding panel should have all options

Rashid Khan %!s(int64=12) %!d(string=hai) anos
pai
achega
275221f3e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      partials/paneladd.html

+ 1 - 1
partials/paneladd.html

@@ -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>