diff options
| -rw-r--r-- | example/temp.html | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/example/temp.html b/example/temp.html index 31ef7aa6..d07a6948 100644 --- a/example/temp.html +++ b/example/temp.html @@ -5,8 +5,9 @@    </head>    <body>      {{$location.hashSearch.order}} <br/> -  	<input type="radio" name="$location.hashSearch.order" value="Report"/> Report <br/> -  	<input type="radio" name="$location.hashSearch.order" value="Problem"/> Problem <br/> +    <input type="radio" name="$location.hashSearch.order" value="A"/> A <br/> +    <input type="radio" name="$location.hashSearch.order" checked value="B"/> B <br/> +    <input type="radio" name="$location.hashSearch.order" value="C"/> C <br/>      {{$location.hashSearch.order}} <br/>    </body>  </html> | 
