Keep it alphabetical

This commit is contained in:
Girish Ramakrishnan
2018-03-05 10:28:22 -08:00
parent b7baafbbe6
commit c8cf050156

View File

@@ -34,8 +34,8 @@
<form name="feedbackForm" ng-submit="submitFeedback()">
<div class="form-group">
<select class="form-control" name="type" style="width: 50%;" ng-model="feedback.type" required>
<option value="ticket">Bug Report</option>
<option value="app_error">App Error</option>
<option value="ticket">Bug Report</option>
</select>
</div>
<div class="form-group" ng-show="feedback.type === 'app_error'">