Fixed issue where panels would register twice. This breaks nice adding of new panels, working on it now

This commit is contained in:
Rashid Khan
2013-02-14 08:37:03 -07:00
parent a76ceba30f
commit d8f2d412cd
11 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -45,5 +45,5 @@
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-success" ng-click="dismiss();reset_panel();">Close</button>
<button type="button" class="btn btn-success" ng-click="dismiss();reset_panel();send_render()">Close</button>
</div>