[Layout] Use refactored switcher in Edit

Update templates for Edit mode to reflect
simplifications to the view switcher introduced
to support its use on Layouts, transitioned for
WTD-535.
This commit is contained in:
Victor Woeltjen
2014-12-04 12:32:35 -08:00
parent 2c0574abff
commit 7b1c275dee
4 changed files with 22 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
{{container.title}}
</div>
<div class="accordion-contents"
ng-show="toggle.isActive()"
ng-show="!toggle.isActive()"
style="height: 180px;"
ng-transclude>
</div>