Skip to content

Commit

Permalink
Merge branch 'release/cycle-3-sms-csv' of github.com:ushahidi/platfor…
Browse files Browse the repository at this point in the history
…m-client into release/cycle-3-sms-csv
  • Loading branch information
Romina Suarez committed Apr 16, 2018
2 parents fb6a0a4 + d28aaa5 commit 2384548
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ <h2 class="stepper-heading">
<a ng-hide="survey.attributes.length" ng-click="openQuestionModal(null)" translate="survey.targeted_survey.add_a_question">Add a question...</a>
</div>
<div ng-hide="isActiveStep(3)">
<p ng-repeat="question in survey.attributes">{{question.label}}</p>
<p ng-repeat="question in survey.attributes | orderBy: 'priority'">{{question.label}}</p>
</div>


Expand Down

0 comments on commit 2384548

Please sign in to comment.