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

Function buildUrl

test/angular/1.6/angular.js:12808–12813  ·  view source on GitHub ↗
(url, serializedParams)

Source from the content-addressed store, hash-verified

12806
12807
12808 function buildUrl(url, serializedParams) {
12809 if (serializedParams.length > 0) {
12810 url += ((url.indexOf('?') === -1) ? '?' : '&') + serializedParams;
12811 }
12812 return url;
12813 }
12814
12815 function sanitizeJsonpCallbackParam(url, cbKey) {
12816 var parts = url.split('?');

Callers 1

sendReqFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected