angular-slugify
angular-slugify copied to clipboard
Convert to provider to enable charmap configuration (+ .gitignore)
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.