My question is in regards to an answer I found on Stack Overflow.
AngularJS: What's the best practice to add ngIf to a directive programmatically?
This strategy works perfect with one custom ng-if directive and the ng-if directive however what if you wanted multiple. I have spent hours trying to come up with something but can not think of a clean way to do this. Has anyone out there created a strategy for multiple custom ng-if directives?