mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
module.exports = angular.module('stf.timeline', [
|
|
|
|
])
|
|
.factory('TimelineService', require('./timeline-service'))
|