Widget save fails with message: "Could not save record because of a compile error"
Hi,I try to add a "Delete" button on the widget "Form". Below you can see the HTML and client-side part. However, when I try to save, I see the following message:HTML part:<button ng-if="getPrimaryAction()" type="submit" ng-click="c.delete()" ng-disa...
