edit-content.html 403 Bytes
<div class="edit-content">
  <h3>{{"custom_content.title" | translate}}</h3>
  <html-editor [(value)]="ctrl.content"></html-editor>
  <button type="submit" class="btn btn-default" ng-click="ctrl.save()">Save</button>
  <button type="submit" class="btn btn-warning" ng-click="ctrl.preview()">Preview</button>
  <button type="submit" class="btn btn-danger" ng-click="ctrl.cancel()">Cancel</button>
</div>