I am working on an Angular.js app with a plane view that contains objects. Each time when the user drags an item from the left menu bar on to the middle of the screen, a new object is initiated.
The CSS selector of each item looks like this:
#drag-item-0
#drag-item-1
#drag-item-2
etc.
So basically, each instation of an object leeds to an new CSS selector. I need to give each object different CSS styling, but I don´t know, how the corresponding CSS selector would look like. Any help or hints would be appreciated, thanks!