UNPKG
linagora-rse
Version:
latest (1.3.7)
1.3.7
1.3.5
Linagora RSE
github.com/linagora/openpaas-esn
linagora/openpaas-esn
linagora-rse
/
frontend
/
js
/
modules
/
timeline
/
timeline-entries.component.js
9 lines
(7 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
(
function
(
angular
)
{
'use strict'
; angular.
module
(
'esn.timeline'
).
component
(
'esnTimelineEntries'
, {
controller
:
'esnTimelineEntriesController'
,
templateUrl
:
'/views/modules/timeline/timeline-entries.html'
}); })(angular);