I apologize if this is a duplicate. I see in some people's code, they have something like this:
<div ui-grid="myUIGrid" ui-grid-selection ui-grid-resize-columns class="grid" />
What is ui-grid-selection
and ui-grid-resize-columns
? I've never seen an attribute without an equals sign before. The sample code is using angular. Is it an angular thing?