Resolved! Service Portal destroy spUtil widget
How can I destroy a widget created with spUtil?I thought i could destroy a widget with toggling an ng-if boolean like this:<div ng-if="c.showWidget"> <sp-widget widget="c.myWidget"></sp-widget></div>I thought that if c.showWidget is false, then the...
