mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 22:05:21 +02:00
Starting to add Timeline notifications.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user