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 11< 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 >
36 < div class ="radio " ng-repeat ="item in form.titleMap " >
47 < label >
58 < input type ="radio "
811 ng-disabled ="form.readonly "
912 ng-model ="$$value$$ "
1013 ng-model-options ="form.ngModelOptions "
11- schema-validate ="form "
1214 ng-value ="item.value "
1315 name ="{{form.key.join('.')}} ">
1416 < span ng-bind-html ="item.name "> </ span >
You can’t perform that action at this time.
0 commit comments