Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scniro/ng-accordion
- Owner: scniro
- License: mit
- Created: 2015-08-17T17:38:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T16:04:27.000Z (almost 7 years ago)
- Last Synced: 2024-09-09T14:35:28.267Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 228 KB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```