angular-slugify
angular-slugify copied to clipboard
Provides "slugification" for AngularJS
Hi Paul, first of all thanks for your library, in my project we are using exclusively NPM as package manager and i need your library as well, i was thinking...
absent bower in your lib makes our project failing to build so I removed dependency on IMHO deprecated bower...
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...
Hi, in a project I'm working on we don't use bower, just npm. The existing postinstall hook inside package.json forces you to have bower installed even if you don't need...
Please check this charmap to support other languages like Vietnamese, Romanian... https://github.com/dodo/node-slug/blob/master/slug.js
Example: "This is an string" actually return: "this-is-an-string" I need: "this_is_an_string"
This package does not support Persian characters, right?
Hi man, i need you library but is not npm friendly, so here is the version :D! only install with `npm install angular-slugify`
Anyway to allow a + To the best of my memory it's a valid url character.