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-entry-displayer.component.js
12 lines
(9 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
(
function
(
angular
)
{
'use strict'
; angular.
module
(
'esn.timeline'
).
component
(
'esnTimelineEntryDisplayer'
, {
bindings
: {
entry
:
'='
},
templateUrl
:
'/views/modules/timeline/timeline-entry-displayer.html'
}); })(angular);