- Adding Upload component skeleton.

This commit is contained in:
Gunther Brunner
2014-03-31 14:34:33 +09:00
parent 325eaaf199
commit e173a4f648
7 changed files with 44 additions and 1 deletions

View File

@@ -2,7 +2,8 @@ module.exports = angular.module('stf.dashboard', [
require('./navigation/index').name,
require('./browser/index').name,
require('./input/index').name,
require('./shell/index').name
require('./shell/index').name,
require('./upload/index').name
])
.run(["$templateCache", function ($templateCache) {
$templateCache.put(