Adding Activity partial

This commit is contained in:
Gunther Brunner
2014-04-04 17:34:30 +09:00
parent 63389ab7f8
commit 6cfe5cf9bc
9 changed files with 425 additions and 6 deletions

View File

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