mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
7 lines
160 B
JavaScript
7 lines
160 B
JavaScript
require('ng-file-upload')
|
|
|
|
module.exports = angular.module('stf/storage', [
|
|
'angularFileUpload'
|
|
])
|
|
.factory('StorageService', require('./storage-service'))
|