Fixed issue where panels would register twice. This breaks nice adding of new panels, working on it now
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="row-fluid" ng-switch="panel.mode" ng-controller="pie">
|
||||
<div class="row-fluid" ng-switch="panel.mode">
|
||||
<div ng-switch-when="terms">
|
||||
<div class="row-fluid">
|
||||
<div class="span4">
|
||||
|
||||
Reference in New Issue
Block a user