We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ihshprfx
1 parent 5f55289 commit f7fde93Copy full SHA for f7fde93
docs/content/error/$location/ihshprfx.ngdoc
@@ -8,10 +8,10 @@ This error occurs when {@link ng.$location $location} service is configured to u
8
For example if you configure `$location` service with prefix `'!'`:
9
```
10
myApp.config(function($locationProvider) {
11
- $locationProvider.prefix('!');
+ $locationProvider.hashPrefix('!');
12
});
13
14
15
-If you enter the app at url `http:/myapp.com/#/myView` this error will be throw.
+If you enter the app at url `http://myapp.com/#/myView` this error will be thrown.
16
17
-The correct url for this configuration is `http:/myapp.com/#!/myView` (note the `'!'` after `'#'` symbol).
+The correct url for this configuration is `http://myapp.com/#!/myView` (note the `'!'` after `'#'` symbol).
0 commit comments