Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scniro/ng-accordion

A simple AngularJS accordian style directive
https://github.com/scniro/ng-accordion

Last synced: about 1 month ago
JSON representation

A simple AngularJS accordian style directive

Awesome Lists containing this project

README

        

# ngAccordion
A simple AngularJS accordion style directive

- [demo/api](http://ng-accordion.azurewebsites.net/)

# Getting Started

```
bower install ng-accordion
```

* Include the `ngAccordion` module as a dependency in your AngularJS application

```javascript
angular.module('app', ['ngaccordion'])
```

* Include the `ng-accordion.css` style sheet

```html

```