Custom Selects (AngularJS)

<p>
    <select-list name="a" options="colors" ng-model="row.color1"></select-list>

    <select-list name="b" options="colors" ng-disabled="1" ng-model="row.color2"></select-list>

    <select-list class="invalid" name="c" options="colors" ng-model="row.color3"></select-list>
</p>

Postfix select

<p class="postfix-container">
    <select-list name="d" options="colors" ng-model="row.color4"></select-list>
    <button class="button--postfix" type="button">
        Button
    </button>
</p>