Last Updated: February 25, 2016
·
464
· 534n

AngularJS Accordion with templateURL

https://github.com/534N/accordion-wt

I don't know why but the existing directives available don't really take a templateURL for accordion content.

It turns out not difficult to make at all. All it takes is to use the $compile service in the link function to render the provided template with the current scope.