mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 17:25:23 +02:00
Added help for shell commands.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module.exports = angular.module('help', [])
|
||||
module.exports = angular.module('help', [
|
||||
require('./shell').name
|
||||
])
|
||||
.config(['$routeProvider', function ($routeProvider) {
|
||||
$routeProvider.when('/help', {
|
||||
template: require('./help.jade'),
|
||||
|
||||
Reference in New Issue
Block a user