1
0
Fork 0
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:
Gunther Brunner 2014-03-13 15:46:36 +09:00
parent d61a70fda5
commit 7f6fa763fb
13 changed files with 249 additions and 2 deletions

View file

@ -0,0 +1,6 @@
require('angular-localForage')
module.exports = angular.module('stf/settings', [
'LocalForageModule'
])
.factory('SettingsService', require('./settings-service'))