Merge branch '7.1.0' of https://github.com/umbraco/Umbraco-CMS into 7.1.0

This commit is contained in:
perploug
2014-04-03 09:31:47 +02:00
7 changed files with 11 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<ul class="unstyled">
<li ng-repeat="item in model.config.items">
<label class="radio">
<input type="radio" name="checkboxlist"
<input type="radio" name="radiobuttons-{{model.alias}}"
value="{{item.id}}"
ng-model="model.value" />
{{item.value}}