ng-terminal-emulator icon indicating copy to clipboard operation
ng-terminal-emulator copied to clipboard

Allow setting additional class for new terminal line

Open stonemaster opened this issue 9 years ago • 0 comments

Through the property className in the broadcast command 'terminal-output' an additional class can be specified which allows e.g. coloured output.

Example: $scope.$broadcast('terminal-output', { output: true, text: [ res.output ], className: 'bg-danger', breakLine: true });

stonemaster avatar May 18 '15 13:05 stonemaster