In this example of Ng-Change
, We have 4 records in object and we will filter the records based on the selection so we have checkbox to select active of inactive records. So if user select the checkbox, it will show the active records. Here is the HTML code to filter the record: {{row.Active?'Active':'Disabled'}} {{row.text}}