Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93991915
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
Tue, Dec 3, 02:18
Size
695 B
Mime Type
text/html
Expires
Thu, Dec 5, 02:18 (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
22736001
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