mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-22 10:49:24 +08:00
error example
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user