mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 15:55:16 +02:00
Removed help. Use docs directly.
This commit is contained in:
@@ -22,6 +22,12 @@ module.exports = angular.module('stf.help.docs', [
|
||||
return '/static/docs/' + lang + '/' + document
|
||||
}
|
||||
})
|
||||
.when('/help', {
|
||||
templateUrl: function () {
|
||||
var lang = languageProvider.$get().selectedLanguage
|
||||
return '/static/docs/' + lang + '/' + 'index'
|
||||
}
|
||||
})
|
||||
//.when('/docs/:lang/:document*', {
|
||||
// templateUrl: function (params) {
|
||||
// var lang = params.lang
|
||||
|
||||
Reference in New Issue
Block a user