Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.

Support '/' character escaping #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions angular-slugify.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
// Unicode (non-control) characters in the Latin-1 Supplement and Latin
// Extended-A blocks, transliterated into ASCII characters.
var charmap = {
'/': " ",
' ': " ",
'¡': "!",
'¢': "c",
Expand Down