0.1.1 • Published 10 years ago

angular-uid v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
10 years ago

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.

0.1.1

10 years ago

0.1.0

10 years ago