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

https://github.com/null-none/ng-truncate

Truncate filter for angular
https://github.com/null-none/ng-truncate

Last synced: about 1 year ago
JSON representation

Truncate filter for angular

Awesome Lists containing this project

README

          

# ng-truncate
Truncate filter for angular

## Install

```bash
bower install ng-truncate
```

## Example

```html
{{ text|truncate:30 }}
```

## License
MIT