I have inherited an angular app and it uses one Directive to set the style for all grids used in the app. Customer now wants one of the grids to be different. How do I use the one Directive and make multiple Grid templates for the different grids? using now for all grids:
template: '<div class="gridStyle"><button>Delete</button>'
need for multiple grids:
template: '<div class="gridStyle"><button>Delete</button>
template: '<div class="gridStyleA"><button>Add</button>