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
/
modules
/
linagora.esn.profile
/
frontend
/
app
/
show
/
profile-show.component.js
14 lines
(12 loc)
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(
function
(
angular
)
{
'use strict'
; angular.
module
(
'linagora.esn.profile'
) .
component
(
'profileShow'
, {
templateUrl
:
'/profile/app/show/profile-show.html'
,
bindings
: {
user
:
'<'
,
me
:
'<'
,
canEdit
:
'<'
} }); })(angular);