Skip to content

easy-node/angular-uid

Repository files navigation

angular-uid

Build Status NPM version

Creating unique IDs in angular way

Getting Started

Install the module with npm : npm install --save angular-uid

Install the module with bower : bower install angular-uid

Usage

var guid = require('angular-uid');
guid(); // return 001
guid(); // return 002
guid(); // return 003
guid(); // return 004
guid(); // return 005
...
guid(); // return 00A
...

Release History

0.1.0 First Release

0.1.1 Support browser.js

License

Copyright (c) 2014 Huei Tan. Licensed under the MIT license.

About

Creating unique IDs in angular way

Resources

Stars

Watchers

Forks

Packages

No packages published