Resolved! Change the colour of button , after clicking it should be different colour
Hi All,HTML Code:<div id="buttonContainer" style="display: flex; gap:15px; " ><div ng-repeat="key in data.inc"><button class="btn btn-primary" ng-click="c.selectCategory(key)" ng-class="key.button?'clicked-button':'clicked-button2'"> {{key.name}}</bu...
