angular-truncate
angular-truncate copied to clipboard
truncate text and add ellipses.
Changing the character to be compatible with ISO-8859-1
Update Angular version to 1.3
You`ve wrote angular 1.2 version in dependencies. It conflicts with modern projects (angular v. 1.4.8 for me).
Sample: ``` javascript characterFilter('hello world', 4) // hell... ```
It could be an option to allow disable the final dots. I can make a PR with it
This repo has a package.json but has not been published to NPM. https://registry.npmjs.org/angular-truncate
Currently, the library can only be specified in a `bower.json` package using the `*` wildcard instead of a specific version. As indicated on the following [article](http://bob.yexley.net/creating-and-maintaining-your-own-bower-package/), in order for bower...
would you please consider adding tags for each version so that we can add your lib on https://cdnjs.com/ with **git auto-update**. thank you very much! https://github.com/cdnjs/cdnjs/issues/5743