Version 1.4.0, the basic usage I found so far is
1 | ng-optiOns=”item.id as item.label for item in data |
, but in addition to the value and label attributes, I also want to add a color attribute. How to do it?
Version 1.4.0, the basic usage I found so far is
1 | ng-optiOns=”item.id as item.label for item in data |
, but in addition to the value and label attributes, I also want to add a color attribute. How to do it?