Skip to content

Commit

Permalink
Issue #13 fix: ckeditor option
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinsahu731 committed Aug 10, 2018
1 parent f62f5e8 commit 9a5975a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions editor/controllers/mcq-controller.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editor/templates/horizontal_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="ui grid">
<div class="one column row">
<div class="form-group one column row">
<div ng-click="optionEditable($event)" class="form-control option-text" id="options_{{$index}}" name="options_{{$index}}" ng-bind-html="optionBindHtml(mcqFormData.options[key].text)"></div>
<div ng-click="optionEditable($event)" class="form-control option-text contenteditable" id="options_{{$index}}" name="options_{{$index}}" ng-bind-html="optionBindHtml(mcqFormData.options[key].text)"></div>
</div>
</div>
<div class="four column row">
Expand Down

0 comments on commit 9a5975a

Please sign in to comment.