diff --git a/views/options/social/challenges.jade b/views/options/social/challenges.jade index 5359c478bb..13b7f8ba62 100644 --- a/views/options/social/challenges.jade +++ b/views/options/social/challenges.jade @@ -46,7 +46,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.detail.ht // Member List div(bindonce='challenge', ng-if='challenge.members.length > 0') - a.btn.btn-primary.btn-sm.pull-right(href='/api/v2/challenges/{{challenge._id}}/csv') + a.btn.btn-primary.btn-sm.pull-right(ng-href='/api/v2/challenges/{{challenge._id}}/csv') =env.t('exportChallengeCSV') h3=env.t('hows') menu