Apologies if this question has been asked before. I've noticed in some people's code that they use the following syntax:
<div ui-grid="myUIGrid" ui-grid-selection ui-grid-resize-columns class="grid" />
Can someone explain what ui-grid-selection
and ui-grid-resize-columns
mean? I'm unfamiliar with attributes without an equals sign. The example code appears to be using angular. Is this a unique feature of angular?