mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 05:53:27 +02:00
Added help for shell commands.
This commit is contained in:
6
res/app/help/shell/index.js
Normal file
6
res/app/help/shell/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = angular.module('stf.help.shell', [])
|
||||
.config(['$routeProvider', function ($routeProvider) {
|
||||
$routeProvider.when('/help/shell', {
|
||||
template: require('./shell.jade')
|
||||
})
|
||||
}])
|
||||
Reference in New Issue
Block a user