We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a726429 commit acf576aCopy full SHA for acf576a
src/ngRoute/route.js
@@ -109,8 +109,8 @@ function $RouteProvider(){
109
* The custom `redirectTo` function is expected to return a string which will be used
110
* to update `$location.path()` and `$location.search()`.
111
*
112
- * - `[reloadOnSearch=true]` - {boolean=} - reload route when only $location.search()
113
- * changes.
+ * - `[reloadOnSearch=true]` - {boolean=} - reload route when only `$location.search()`
+ * or `$location.hash()` changes.
114
115
* If the option is set to `false` and url in the browser changes, then
116
* `$routeUpdate` event is broadcasted on the root scope.
0 commit comments