mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-19 12:01:07 +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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{$location.hashSearch.order}} <br/>
|
{{$location.hashSearch.order}} <br/>
|
||||||
<input type="radio" name="$location.hashSearch.order" value="Report"/> Report <br/>
|
<input type="radio" name="$location.hashSearch.order" value="A"/> A <br/>
|
||||||
<input type="radio" name="$location.hashSearch.order" value="Problem"/> Problem <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/>
|
{{$location.hashSearch.order}} <br/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue