Improving style of Help buttons.

This commit is contained in:
Gunther Brunner
2014-08-28 21:22:46 +09:00
parent eb968fa737
commit 656c2d66e7
7 changed files with 11 additions and 19 deletions

View File

@@ -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()