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

Commit ff3db34

Browse files
committed
Merge pull request #12 from appirio-tech/image-viewer
Add Two-Way Binding on DownloadUrl
2 parents 3c5a2cf + 30a51b4 commit ff3db34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ $templateCache.put("views/simple-countdown.directive.html","<p>{{vm.timeRemainin
601601
title: '@',
602602
commentsAllowed: '@',
603603
downloadAllowed: '@',
604-
downloadUrl: '@',
604+
downloadUrl: '=',
605605
toggleComments: '&'
606606
}
607607
};

src/scripts/directives/image-viewer-header.directive.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dir = ->
1010
title : '@'
1111
commentsAllowed : '@'
1212
downloadAllowed : '@'
13-
downloadUrl : '@'
13+
downloadUrl : '='
1414
toggleComments: '&'
1515

1616

0 commit comments

Comments
 (0)