ngModel and ngChecked are not meant to be used together. ngChecked is expecting an expression, so by saying ng-checked="true", you're basically saying that ...
確定! 回上一頁