Commits

Pete Bacon Darwin committed 3afcaa493c4
feat(accordion): enable HTML in accordion headings Defines a new directive <accordion-heading> that can be used below <accordion-group> elements to provide HTML to be transcluded into the group's heading. The transcluded headfng is compiled and linked to the same scope as the transcluded body - so it can contain AngularJS directives itself.