elem-id Class
Generate a unique HTML element ID for this element. Given "someid" for component instance 123, returns "ember123-someid"
Useful to ensure unique IDs, eg for when component is reused in page.
Generate a unique HTML element ID for this element. Given "someid" for component instance 123, returns "ember123-someid"
Useful to ensure unique IDs, eg for when component is reused in page.