/ng-accordion

A simple AngularJS accordian style directive

Primary LanguageCSSMIT LicenseMIT

ngAccordion

A simple AngularJS accordion style directive

Getting Started

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" />