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 2dc83b2 commit 7eee0c2Copy full SHA for 7eee0c2
src/ngRoute/route.js
@@ -185,7 +185,7 @@ function $RouteProvider() {
185
* route definition, will cause the latter to be ignored.
186
*
187
* - `[reloadOnUrl=true]` - `{boolean=}` - reload route when any part of the URL changes
188
- * (inluding the path) even if the new URL maps to the same route.
+ * (including the path) even if the new URL maps to the same route.
189
190
* If the option is set to `false` and the URL in the browser changes, but the new URL maps
191
* to the same route, then a `$routeUpdate` event is broadcasted on the root scope (without
0 commit comments