Skip to content

Commit 2810281

Browse files
authored
Merge pull request topcoder-archive#875 from appirio-tech/tom-card-links
Tom card links
2 parents c1447e2 + 8ed3459 commit 2810281

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/directives/challenge-links/challenge-links.directive.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ import angular from 'angular'
1212
scope: {
1313
challenge: '=',
1414
view: '='
15+
},
16+
link: function(scope, element, attrs) {
17+
element.on('click', function() {
18+
window.location.href = $(this).attr('href')
19+
})
1520
}
1621
}
1722
})

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy