MCPcopy
hub / github.com/angular-ui/ui-router / toInt

Function toInt

test/angular/1.4/angular-mocks.js:577–579  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

575}
576
577function toInt(str) {
578 return parseInt(str, 10);
579}
580
581function padNumber(num, digits, trim) {
582 var neg = '';

Callers 1

jsonStringToDateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected