mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 23:53:29 +02:00
Improving style of Help buttons.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
module.exports = function ShellCtrl($scope) {
|
||||
$scope.result = null
|
||||
|
||||
$scope.referenceUrl = '/#!/help/shell'
|
||||
|
||||
$scope.run = function(command) {
|
||||
if (command === 'clear') {
|
||||
$scope.clear()
|
||||
|
||||
Reference in New Issue
Block a user