MCPcopy Create free account
hub / github.com/apache/struts-examples / buildUrl

Function buildUrl

rest-angular/src/main/webapp/js/lib/angular/angular.js:11298–11303  ·  view source on GitHub ↗
(url, serializedParams)

Source from the content-addressed store, hash-verified

11296
11297
11298 function buildUrl(url, serializedParams) {
11299 if (serializedParams.length > 0) {
11300 url += ((url.indexOf('?') == -1) ? '?' : '&') + serializedParams;
11301 }
11302 return url;
11303 }
11304 }];
11305}
11306

Callers 1

sendReqFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected