Selectable Option
Displays an option for selection.
- HTML
<div class="t-content" style="width:780px; height: 150px;" ng-controller="selectableOptionExampleController"> <inv-selectable-option id = "id" name = "displayName" starting-at-price = "startingPrice" image-url = "thumbnailUrl" on-select = "optionSelect" on-quick-view = "quickView" selected = "selected" on-unselect = "onOptionUnselect"> </inv-selectable-option> </div>