diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngRoute/route.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index f671ad16..f0bfde37 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -109,8 +109,8 @@ function $RouteProvider(){ * The custom `redirectTo` function is expected to return a string which will be used * to update `$location.path()` and `$location.search()`. * - * - `[reloadOnSearch=true]` - {boolean=} - reload route when only $location.search() - * changes. + * - `[reloadOnSearch=true]` - {boolean=} - reload route when only `$location.search()` + * or `$location.hash()` changes. * * If the option is set to `false` and url in the browser changes, then * `$routeUpdate` event is broadcasted on the root scope. |
