To bind data with radio/checkbox buttons in Angular JS, we use ng-model : Assuming there is an instructor in $scope : $scope.instructor = { isActive: true, ...
確定! 回上一頁