I have a radio button in my Angular project
<input type="radio" ... checked />
But if I replace checked property on ng-checked ng-checked="true" or on ng-model="flag" (where flag is a component's field and it equals true)
it remains unchecked. What is wrong here?
ng-checkedandng-modelwon't work since that is AngularJS