mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
This commit is contained in:
6
res/app/components/stf/storage/index.js
Normal file
6
res/app/components/stf/storage/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
require('ng-file-upload')
|
||||
|
||||
module.exports = angular.module('stf/storage', [
|
||||
'angularFileUpload'
|
||||
])
|
||||
.factory('StorageService', require('./storage-service'))
|
||||
Reference in New Issue
Block a user