Skip to content

Instantly share code, notes, and snippets.

@Stephen2
Created November 24, 2015 11:40
Show Gist options
  • Save Stephen2/2612655bed103eadc5e1 to your computer and use it in GitHub Desktop.
Save Stephen2/2612655bed103eadc5e1 to your computer and use it in GitHub Desktop.
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a href="javascript:void(0)" data-bind="collapse: { expanded: expanded }, click: toggleExpanded">
<span data-bind="text: heading"></span>
<i class="fa pull-right" data-bind="css: expandedIconClass"></i>
</a>
</h4>
</div>
<div class="panel-collapse" data-bind="template: { nodes: $componentTemplateNodes }">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment