Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-grid
/ parseLength
Function
parseLength
lib/test/angular/1.8.0/angular.js:36328–36331 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
36326
}
36327
36328
function
parseLength(val) {
36329
var
intVal = toInt(val);
36330
return
isNumberNaN(intVal) ? -1 : intVal;
36331
}
36332
36333
if
(window.angular.bootstrap) {
36334
// AngularJS is already loaded, so we can return here...
Callers
1
angular.js
File · 0.85
Calls
1
toInt
Function · 0.70
Tested by
no test coverage detected