Currently, I am displaying a list of objects on my page and sorting them using the orderBy filter:
orderBy:"name":false
// each object also contains an id:number
While this works well for the initial list, I am looking for a way to automatically display newly added items above existing items without refreshing the page. Is there a way to instruct Angular to handle this automatically?