fix name of radio button
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 4 Jan 2013 23:28:11 +0000 (00:28 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 4 Jan 2013 23:28:11 +0000 (00:28 +0100)
app/partials/list.html

index b5174bc..c7b9f96 100644 (file)
@@ -11,7 +11,7 @@
 <hr ng-switch-when="false">
 <span ng-switch-default ng-show="RegistrationTypeCount[type.code] > 0">
  <tt>{{RegistrationTypeCount[type.code]}}</tt>
- <input type="radio" name="search.code" ng-model="search.registration_type" value="{{type.code}}" >
+ <input type="radio" name="search.registration_type" ng-model="search.registration_type" value="{{type.code}}" >
  {{type.label}}
  <i>{{type.description}}</i>
 </span>