Simple angular filter for line break of CJK words.
npm install angular-cjk-word-break
bower install --save angular-cjk-word-break
`
Then include the script.
`
...
`$3
`
npm install --save angular-cjk-word-break
`
Then add this module to your script.
`
require('angular-cjk-word-break');
`Usage
Import this library to your angular app.
`
angular.module('myApp', ['cjkWordBreak']);
`Then you can use the
cjkWordBreak filter like follows:
`
`
Note: You must use this filter with ng-bind-html` attribute.