Skip to content

Commit

Permalink
Merge pull request #17 from jwforres/switch_command_arg_type
Browse files Browse the repository at this point in the history
Switch command arg to a two-way binding to allow for arrays to be pas…
  • Loading branch information
jwforres authored Aug 16, 2016
2 parents e7aa164 + bb2bc4d commit 72cb464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container-terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
scope: {
pod: '&',
container: '&',
command: '@',
command: '=',
prevent: '=',
rows: '=',
cols: '=',
Expand Down
2 changes: 1 addition & 1 deletion dist/container-terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
scope: {
pod: '&',
container: '&',
command: '@',
command: '=',
prevent: '=',
rows: '=',
cols: '=',
Expand Down

0 comments on commit 72cb464

Please sign in to comment.