A simple AngularJS accordion style directive
bower install ng-accordion
- Include the
ngAccordion
module as a dependency in your AngularJS application
angular.module('app', ['ngaccordion'])
- Include the
ng-accordion.css
style sheet
<link rel="stylesheet" href="/ng-accordion.css" />