Fixed most of the dependencies by unit testing.

Refactored TransactionService and StorageService.
This commit is contained in:
Gunther Brunner
2014-08-22 15:32:09 +09:00
parent e27e17d699
commit aad3db8828
16 changed files with 32 additions and 18 deletions

View File

@@ -1,9 +1,12 @@
require('./upload.css')
require('ng-file-upload')
module.exports = angular.module('stf.upload', [
require('stf/common-ui/tree').name,
'angularFileUpload',
require('./activities').name,
require('stf/settings').name
require('stf/settings').name,
require('stf/storage').name
])
.run(["$templateCache", function ($templateCache) {
$templateCache.put('control-panes/dashboard/upload/upload.jade',