MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / buildUrl

Function buildUrl

lib/test/angular/1.4.3/angular.js:10396–10401  ·  view source on GitHub ↗
(url, serializedParams)

Source from the content-addressed store, hash-verified

10394
10395
10396 function buildUrl(url, serializedParams) {
10397 if (serializedParams.length > 0) {
10398 url += ((url.indexOf('?') == -1) ? '?' : '&') + serializedParams;
10399 }
10400 return url;
10401 }
10402 }];
10403}
10404

Callers 1

sendReqFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected