Skip to content

Commit

Permalink
Issue #12 merge: Merge pull request #13 from sunbird-content-plugins/…
Browse files Browse the repository at this point in the history
…mtf-hotfix-1807

Issue #12 fix: bug fixes
  • Loading branch information
manojchandrashekar authored Jul 19, 2018
2 parents aee667c + 05880c5 commit 92ed770
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions editor/controllers/mtf-controller.js

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

3 changes: 3 additions & 0 deletions editor/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,7 @@ td.mtf-pair-td{
td.mtf-pair-destractor-td{
border-left: 0px none !important;
border-right: 0px none;
}
.ck-error{
border: 1px solid red;
}
2 changes: 1 addition & 1 deletion editor/templates/mtf-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="ui segment">
<div class="ui grid">
<div class="twelve wide column">
<div class="form-group segment textBoxDiv">
<div class="form-group segment textBoxDiv questionTextBox">
<textarea class="form-control textboxQ" ng-class="{'has-success':mtfForm.question.$valid, 'has-error': submitted && mtfForm.question.$error.required}" placeholder="Enter the question" name="mtfQuestion" ng-model="mtfFormData.question.text" ng-init="$ctrl.focused = false" ng-focus="$ctrl.focused = true;" ng-blur="$ctrl.focused = false" ng-required="!(mtfFormData.question.text.length)"></textarea>
</div>
</div>
Expand Down

0 comments on commit 92ed770

Please sign in to comment.