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