mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
- Adding Help page back.
- Adding Settings page back.
This commit is contained in:
parent
d61a70fda5
commit
7f6fa763fb
13 changed files with 249 additions and 2 deletions
6
res/app/components/stf/settings/index.js
Normal file
6
res/app/components/stf/settings/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
require('angular-localForage')
|
||||
|
||||
module.exports = angular.module('stf/settings', [
|
||||
'LocalForageModule'
|
||||
])
|
||||
.factory('SettingsService', require('./settings-service'))
|
Loading…
Add table
Add a link
Reference in a new issue