Service Portal

TODO:FIXME

Last modified 2025-08-13

Jace Benson

Debugging a widget

A "lifesaver" Travis Toulson shared, inspect an element on a widget (while on the portal page), then go to the console, type out angular.element($0)

This grabs the current selected element and shows you all the variables in the client controller

Docs