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

Function buildUrl

test/angular/1.5/angular.js:12114–12119  ·  view source on GitHub ↗
(url, serializedParams)

Source from the content-addressed store, hash-verified

12112
12113
12114 function buildUrl(url, serializedParams) {
12115 if (serializedParams.length > 0) {
12116 url += ((url.indexOf('?') === -1) ? '?' : '&') + serializedParams;
12117 }
12118 return url;
12119 }
12120 }];
12121}
12122

Callers 1

sendReqFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected