Starting to add Timeline notifications.

This commit is contained in:
Gunther Brunner
2014-05-12 17:47:19 +09:00
parent 7f94b0beef
commit e4e5109533
14 changed files with 253 additions and 37 deletions

View File

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