From 416058ffcfa34ab32e64815db92830c3b4a95883 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 31 Oct 2014 14:03:57 -0500 Subject: [PATCH] Updated href with angular expression to ng-href --- views/options/social/challenges.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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