Skip to content

Commit dd6fb6c

Browse files
authored
fix
1 parent 7a4a648 commit dd6fb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-slugify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
}
264264
}
265265
s = ascii.join("");
266-
s = s.replace(/[^\w\s-/]/g, "").trim().toLowerCase();
266+
s = s.replace(/[^\w\s-]/g, "").trim().toLowerCase();
267267
return s.replace(/[-\s]+/g, "-");
268268
}
269269

0 commit comments

Comments
 (0)