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

Function toInt

test/angular/1.4/angular.js:498–500  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

496
497
498function toInt(str) {
499 return parseInt(str, 10);
500}
501
502
503function inherit(parent, extra) {

Callers 7

parseAbsoluteUrlFunction · 0.70
$SnifferProviderFunction · 0.70
jsonStringToDateFunction · 0.70
dateFilterFunction · 0.70
limitToFilterFunction · 0.70
maxlengthDirectiveFunction · 0.70
minlengthDirectiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected