mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
Starting to add Timeline notifications.
This commit is contained in:
6
res/app/components/stf/timelines/index.js
Normal file
6
res/app/components/stf/timelines/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
require('./timelines.css')
|
||||
|
||||
module.exports = angular.module('stf.timelines', [
|
||||
|
||||
])
|
||||
.directive('timelines', require('./timelines-directive'))
|
||||
Reference in New Issue
Block a user