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
- Host: GitHub
- URL: https://github.com/null-none/ng-truncate
- Owner: null-none
- License: mit
- Created: 2016-11-07T22:07:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T21:33:12.000Z (over 9 years ago)
- Last Synced: 2025-02-26T10:11:11.370Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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