Matthew Alexandros
12/17/2023, 10:33 AMJemayn
12/18/2023, 9:59 AMjs
(function () {
'use strict';
function loader(eventsService) {
// fired when a user is authenticated and logged in
eventsService.on('app.ready', function () {
// custom code
});
}
angular.module('umbraco').run(loader);
})();
I have a more complete example of it at the bottom of this article: https://skrift.io/issues/an-overview-of-options-to-extend-the-umbraco-backoffice/Matthew Alexandros
12/18/2023, 11:27 AMA hub and casual space for you to interact with fellow community members and learn more about Umbraco!
Powered by