error example

This commit is contained in:
Misko Hevery 2010-05-13 13:39:20 -07:00
parent d523ab61d4
commit 0a288d1db3

View file

@ -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>