I want to modify this template so that each payment option also has a class that I could use to modify the buttons separately. Currently, it doesn’t seem that there is a way to target the plan buttons separately. Let me know if I’m wrong about this.
Basically, I want to ensure that each payment-plan in the code below comes with its own class, like button1 or button2 or something.
Figured it out, for anyone interested. Ember.js has a cool feature to get the index in the loop, and also a helper to concatenate that index with a string: