im pretty new to angular, so bare with me :) I have a list of news and events in two seperate div, and then I have a filternavigation to tick whether you only want to see News or Events. So in my controller i've set $scope.showNews = true and $scope.showEvents = true, as I want to display both for starters. In my navigation i've set this:im pretty new to angular, so bare with me :) I