From bb2bc4d3ffe924b9f518654ba492317580745d2f Mon Sep 17 00:00:00 2001 From: Jessica Forrester Date: Tue, 16 Aug 2016 09:48:02 -0400 Subject: [PATCH] Switch command arg to a two-way binding to allow for arrays to be passed in --- container-terminal.js | 2 +- dist/container-terminal.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container-terminal.js b/container-terminal.js index 26e25c9..239bc82 100644 --- a/container-terminal.js +++ b/container-terminal.js @@ -77,7 +77,7 @@ scope: { pod: '&', container: '&', - command: '@', + command: '=', prevent: '=', rows: '=', cols: '=', diff --git a/dist/container-terminal.js b/dist/container-terminal.js index 26e25c9..239bc82 100644 --- a/dist/container-terminal.js +++ b/dist/container-terminal.js @@ -77,7 +77,7 @@ scope: { pod: '&', container: '&', - command: '@', + command: '=', prevent: '=', rows: '=', cols: '=',