# angular-chordy
**Repository Path**: mirrors_TrySound/angular-chordy
## Basic Information
- **Project Name**: angular-chordy
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-26
- **Last Updated**: 2025-09-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# angular-chordy
Customisable accordion for real-world projects.
## Usage
```js
angular.module('app', ['chordy']);
```
```html
Content 1
Title 2
Content 2
```
## Options
```html
Title markup will override title attribute
Pin
```
`chordy-chord` opened, pinned and disabled options are `false` by default.
`chordy-set`, `chordy-chord` and `chordy-title` are custom elements. You should add set `display` style manually.
## chord
`chord` controller instance available in every `chord-title` element.
### chord states
- `chord.opened`
- `chord.pinned`
- `chord.disabled`
### chord methods
- `chord.toggle($event, force)`
- `chord.pin($event, force)`
Pass null or `$event` to stop click propagation. `force` is boolean value and can be ommited to invert current state.
# License
MIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)