Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).