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

Commit 3f4a765

Browse files
committed
deleted typo
1 parent 8ae0207 commit 3f4a765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import angular from 'angular'
1111
template: require('./challenge-links')(),
1212
scope: {
1313
challenge: '=',
14-
view: '=',
14+
view: '='
1515
},
1616
link: function(scope, element, attrs) {
1717
element.on('click', function() {

0 commit comments

Comments
 (0)