UNPKG

primo-explore-slaask

Version:

adds a Slaask chat widget to primo to interact with patrons over Slack.

11 lines (10 loc) 347 B
angular .module('slaask', ['angularLoad']) .component('prmTopBarBefore', { controller: ['angularLoad', 'slaask_id', function (angularLoad, slaask_id) { this.$onInit = function () { angularLoad.loadScript('https://cdn.slaask.com/chat.js') .then(() => _slaask.init(slaask_id)) } }] })