Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyunseob/angular-cjk-word-break
Simple angular filter for line break of cjk words.
https://github.com/hyunseob/angular-cjk-word-break
Last synced: 11 days ago
JSON representation
Simple angular filter for line break of cjk words.
- Host: GitHub
- URL: https://github.com/hyunseob/angular-cjk-word-break
- Owner: HyunSeob
- License: mit
- Created: 2016-02-26T12:52:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T19:37:37.000Z (9 months ago)
- Last Synced: 2024-10-13T15:08:39.446Z (26 days ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-cjk-word-break
Simple angular filter for line break of CJK words.## Installation
You can install either via bower or via npm.### bower
```
bower install --save angular-cjk-word-break
```
Then include the script.
``````
**Note: You must use this filter with `ng-bind-html` attribute.**## License
Copyright (c) 2016, HyunSeob. Licensed under the [MIT license](https://github.com/HyunSeob/angular-cjk-word-break/blob/master/LICENSE).