MCPcopy Index your code
hub / github.com/angular-ui/ui-router / int

Function int

test/angular/1.3/angular-mocks.js:597–599  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

595}
596
597function int(str) {
598 return parseInt(str, 10);
599}
600
601function padNumber(num, digits, trim) {
602 var neg = '';

Callers 1

jsonStringToDateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected