daniellmb / angular-uuid-service

0.1 kb AngularJS UUID Generator Service that is RFC4122 version 4 compliant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Didn't respect uuid v4

masseuro opened this issue · comments

in xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx
y have to be [89ab]

I guess I misunderstood the spec, I see what you mean, x can be 0123456789abcdef and y needs to be 89ab. I'll refactor the service, and add some unit tests!