Skip to content

Commit

Permalink
enable '{{}}' on source parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilazzo committed Apr 19, 2016
1 parent d5b24d9 commit 895f63e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/angular-thumbnails.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
return {
restrict: "E",
scope: {
source: "=",
source: "@",
scale: "=",
fileType: "@",
maxHeight: "@",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-thumbnails.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/angular-thumbnails.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
return {
restrict: 'E',
scope: {
'source': '=',
'source': '@',
'scale': '=',
'fileType': '@',
'maxHeight': '@',
Expand Down

0 comments on commit 895f63e

Please sign in to comment.