Skip to content

Conversation

@stonemaster
Copy link

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
});

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
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant