I have a menu list, in which when I do ng-repeat , it is not working, but without ng-repeat it is working.
<div class="reports_header_tabs_holder">
<span ng-repeat="tab in filters.tabs" ng-class="{'active_tab': tab.href == filters.activeTab }">
<a ng-click="currentTpl='/{{tab.href}}.html'" >{{tab.title}}</a>
</span>
Viewability optimization inventory
Please read the comment and try accordingly,
<!-- if you comment the ng-repeat anchor, above line ( <a ng-click="currentTpl='/{{tab.href}}.html'" >{{tab.title}}</a> ), and uncomment the below anchors, it works, -->