diff options
Diffstat (limited to 'scenario')
| -rw-r--r-- | scenario/location.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scenario/location.html b/scenario/location.html index a162636b..75041615 100644 --- a/scenario/location.html +++ b/scenario/location.html @@ -6,6 +6,10 @@ </head> <body ng:init="$window.$scope = this"> <pre>$location={{$location}}</pre> + Hash Search: + <ul> + <li ng:repeat="(key, value) in $location.hashSearch"><tt>{{key}}={{value}}</tt></li> + </ul> <hr/> href: <input type="text" name="$location.href" size="120"/> <br/> hash: <input type="text" name="$location.hash" size="120"/> <br/> |
