mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
error example
This commit is contained in:
parent
d523ab61d4
commit
0a288d1db3
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue