Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43c226 commit baa7af0Copy full SHA for baa7af0
src/service/location.js
@@ -321,7 +321,10 @@ LocationUrl.prototype = {
321
*
322
* Change search part when called with parameter and return `$location`.
323
324
- * @param {string|object<string,string>=} search New search part - string or hash object
+ * @param {string|object<string,string>=} search New search params - string or hash object
325
+ * @param {string=} paramValue If `search` is a string, then `paramValue` will override only a
326
+ * single search parameter. If the value is `null`, the parameter will be deleted.
327
+ *
328
* @return {string}
329
*/
330
search: function(search, paramValue) {
0 commit comments