1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00
OpenSTF/res/app/components/stf/settings/index.js
Gunther Brunner 7f6fa763fb - Adding Help page back.
- Adding Settings page back.
2014-03-13 15:46:36 +09:00

6 lines
168 B
JavaScript

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