Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 438 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 438 Bytes

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