Creating unique IDs in angular way
Install the module with npm : npm install --save angular-uid
Install the module with bower : bower install angular-uid
var guid = require('angular-uid');
guid(); // return 001
guid(); // return 002
guid(); // return 003
guid(); // return 004
guid(); // return 005
...
guid(); // return 00A
...
0.1.0 First Release
0.1.1 Support browser.js
Copyright (c) 2014 Huei Tan. Licensed under the MIT license.