Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1981 from geoadmin/gjn_topicmobile_fix
Browse files Browse the repository at this point in the history
Fix topic selector on mobile
  • Loading branch information
gjn committed Dec 18, 2014
2 parents 97d1b74 + 6d36f7c commit 7d39111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/topic/partials/topic.select.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<select ng-model="activeTopic" ng-options="l.id as l.label for l in topics">
<select ng-model="activeTopic" ng-options="l.id as (l.id | translate) for l in topics">
</select>

0 comments on commit 7d39111

Please sign in to comment.