1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
OpenSTF/res/app/components/stf/storage/index.js
Gunther Brunner aad3db8828 Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
2014-08-22 15:32:09 +09:00

6 lines
160 B
JavaScript

require('ng-file-upload')
module.exports = angular.module('stf/storage', [
'angularFileUpload'
])
.factory('StorageService', require('./storage-service'))