File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/directives/decorators/bootstrap Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="form-group schema-form-radios {{form.htmlClass}} " ng-class ="{'has-error': form.disableErrorState !== true && hasError(), 'has-success': form.disableSuccessState !== true && hasSuccess()} ">
2
- < label class ="control-label {{form.labelHtmlClass}} " ng-show ="showTitle() "> {{form.title}}</ label >
2
+ < label ng-model ="$$value$$ "
3
+ ng-model-options ="form.ngModelOptions "
4
+ schema-validate ="form "
5
+ class ="control-label {{form.labelHtmlClass}} " ng-show ="showTitle() "> {{form.title}}</ label >
3
6
< div class ="radio " ng-repeat ="item in form.titleMap " >
4
7
< label >
5
8
< input type ="radio "
8
11
ng-disabled ="form.readonly "
9
12
ng-model ="$$value$$ "
10
13
ng-model-options ="form.ngModelOptions "
11
- schema-validate ="form "
12
14
ng-value ="item.value "
13
15
name ="{{form.key.join('.')}} ">
14
16
< span ng-bind-html ="item.name "> </ span >
You can’t perform that action at this time.
0 commit comments