angular-slugify icon indicating copy to clipboard operation
angular-slugify copied to clipboard

Convert to provider to enable charmap configuration (+ .gitignore)

Open adrianhelvik opened this issue 9 years ago • 0 comments

The standard the slug of å returned a. This is okay, but we have implemented slugs using aa in the backend. Therefore I needed the ability to configure this. This is only possible when using a provider.

I have also created a test case and documentation.

In addition I created a .gitignore with node_modules and bower_components.

adrianhelvik avatar May 10 '16 11:05 adrianhelvik