I want to generate element using ng-repeat but only want to show if some $scope.activeMod is equal to item's value, here how I am trying but not working. In activeMod value is mod1 but its showing all list items. html code but
I want to generate element using ng-repeat but only want to show if some $scope.activeMod is equal to item's value, here how I am trying but not working. In activeMod value is mod1 but its showing all list items. html code but