topics-select.html 222 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 <div class="topics-dropdown"> <select ng-model="vm.selectedTopic" ng-change="vm.selectTopic()" ng-options="topic.title for topic in vm.topics track by topic.slug" class="form-control"> </select> </div>