SyntaxFix
Write A Post
Hire A Developer
Questions
I hope the following will work for you.
<select class="form-control" ng-model="selectedOption" ng-options="option.name + ' (' + (option.price | currency:'USD$') + ')' for option in options"> </select>