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

Function buildUrl

test/angular/1.4/angular.js:10904–10909  ·  view source on GitHub ↗
(url, serializedParams)

Source from the content-addressed store, hash-verified

10902
10903
10904 function buildUrl(url, serializedParams) {
10905 if (serializedParams.length > 0) {
10906 url += ((url.indexOf('?') == -1) ? '?' : '&') + serializedParams;
10907 }
10908 return url;
10909 }
10910 }];
10911}
10912

Callers 1

sendReqFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected