What I am aiming for is to display a complete list of cities as soon as the page is loaded.
Once a user clicks on a checkbox next to a city, my goal is to utilize ng-show/ng-hide in order to display the results specific to that city while hiding those of the non-selected cities.
I prefer not to use filter because it directly impacts the DOM and triggers re-rendering.
If anyone has suggestions or recommendations on how to achieve this effectively, please share your insights.