close uibModal after submitting embedded widget-form
Hi Everyone, our team is developing a widget with widget-form embedded in a modal. Our code for it so far looks like this: <div ng-if="!c.list[0]"> <p class="h3">Fill out this questionnaire</p> <button class="btn" ng-click="c.newEntry()"> ...
