mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +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'))
|
6
res/app/components/stf/settings/settings-service.js
Normal file
6
res/app/components/stf/settings/settings-service.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = function SettingsServiceFactory($rootScope, $localForage) {
|
||||
|
||||
|
||||
|
||||
return $localForage
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue