What is a uuid for in AngularJS? -


i came across term uuid in articles angular directives, factories, etc. example there package on github

i can't find explanation or used for.

can explain uuid's when comes angularjs?

it's normal universally unique identifier generator angularjs.(http://en.wikipedia.org/wiki/universally_unique_identifier)

you use uuid when need unique identifier id objects etc... (for example, user id across various systems).


Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -