diff options
| author | Misko Hevery | 2010-05-13 13:39:20 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-05-13 13:39:20 -0700 | 
| commit | 0a288d1db368ae0754482ad06fe2a78ce6a9de85 (patch) | |
| tree | 78e000f0a276748cc3e325e08d7f36a13eb28dc8 | |
| parent | d523ab61d4e5887bba9466a6ce1703befd1663e4 (diff) | |
| download | angular.js-0a288d1db368ae0754482ad06fe2a78ce6a9de85.tar.bz2 | |
error example
| -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> | 
