mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
- Adding Help page back.
- Adding Settings page back.
This commit is contained in:
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'))
|
||||
Reference in New Issue
Block a user