angular.module('portainer').component('porTranslation', { bindings: { 'key': '@', 'compile': '@', 'values': '<' }, template: '{{ $ctrl.key }}' });