UNPKG

@eform/ng-formio-builder

Version:

The Angular.js form builder component.

10 lines (9 loc) 493 B
<form id="confirm-remove-dialog"> <p>Removing this component will also <strong>remove all of its children</strong>! Are you sure you want to do this?</p> <div> <div class="form-group"> <button type="submit" class="btn btn-danger pull-right" ng-click="closeThisDialog(true)">Remove</button>&nbsp; <button type="button" class="btn btn-default pull-right" style="margin-right: 5px;" ng-click="closeThisDialog(false)">Cancel</button>&nbsp; </div> </div> </form>