From 48e66cff4017ddf94bd0d5c17d10da319ea56ffd Mon Sep 17 00:00:00 2001 From: John Reilly Date: Tue, 26 Aug 2014 10:17:01 +0100 Subject: [PATCH] docs($location): update search description to include number param --- src/ng/location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/location.js b/src/ng/location.js index 5c1f87cd..fe55fcb2 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -453,7 +453,7 @@ LocationHashbangInHtml5Url.prototype = * If the argument is a hash object containing an array of values, these values will be encoded * as duplicate search parameters in the url. * - * @param {(string|Array|boolean)=} paramValue If `search` is a string, then `paramValue` + * @param {(string|Number|Array|boolean)=} paramValue If `search` is a string or number, then `paramValue` * will override only a single search property. * * If `paramValue` is an array, it will override the property of the `search` component of