Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91506142
accountlinks.component.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 11, 18:13
Size
695 B
Mime Type
text/html
Expires
Wed, Nov 13, 18:13 (2 d)
Engine
blob
Format
Raw Data
Handle
22274732
Attached To
rPRIMOIII Primo_3_package
accountlinks.component.js
View Options
"use strict"
;
/*
OBJECTIF: Ajouter le lien vers SWITCH edu-ID.
REMARQUES: contient juste les liens vers SWITCH edu-ID et vers
l'application de changement des code-barres.
*/
module
.
exports
=
{
bindings
:
{
parentCtrl
:
'<'
},
controllerAs
:
'ctrl'
,
controller
:
[
function
()
{
var
vm
=
this
;
console
.
log
(
vm
);
vm
.
view
=
vm
.
parentCtrl
.
accountLinksService
.
vid
.
replace
(
':'
,
'-'
);
}],
template
:
`
<
div
ng
-
if
=
"ctrl.parentCtrl.tabName=='personalsettings'"
><
img
width
=
"20px"
ng
-
src
=
"/discovery/custom/{{ ctrl.view }}/img/information.png"
/>
{{
'switchEduID'
|
customTranslate
|
trustHtml
}}
<
a
href
=
\
"https://eduid.ch\"
>
https
:
//eduid.ch</a></div>`
};
Event Timeline
Log In to Comment