Files
stf-DeviceFarmer-1/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

7 lines
160 B
JavaScript

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