Page MenuHomec4science

accountlinks.component.js
No OneTemporary

File Metadata

Created
Fri, May 17, 14:34

accountlinks.component.js

"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;
}],
template: `<div ng-if="ctrl.parentCtrl.tabName=='personalsettings'"><p>{{ 'switchEduID' | customTranslate | trustHtml }} <a href=\"https://eduid.ch\">https://eduid.ch</a></p></div>`
};

Event Timeline