Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 7da8b48

Browse files
committed
Fixed links problem by reversing changes
1 parent 40dec6d commit 7da8b48

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ 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-
})
2015
}
2116
}
2217
})

0 commit comments

Comments
 (0)