Merge pull request #4201 from crookedneighbor/href-to-nghref

Updated href with angular expression to ng-href
This commit is contained in:
Matteo Pagliazzi
2014-11-01 10:19:38 +01:00
+1 -1
View File
@@ -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