Skip to content

Commit

Permalink
fix(demo/textAngular.com.html): fixed issue textAngular#611 by adding…
Browse files Browse the repository at this point in the history
… a 'clearfix' to the ta-text-editor-class attribute.
  • Loading branch information
JoelParke committed Sep 20, 2016
1 parent cab4df6 commit 3683747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/textAngular.com.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<span class="text-xlg roboto">A Lightweight, Two-Way-Bound &amp; Totally <b class="text-red">Awesome</b> Angular.js Text-Editor</span>
</div>
<div class="container lighter">
<div text-angular ng-model="htmlContent" name="demo-editor" ta-text-editor-class="border-around container" ta-html-editor-class="border-around"></div>
<div text-angular ng-model="htmlContent" name="demo-editor" ta-text-editor-class="clearfix border-around container" ta-html-editor-class="border-around"></div>
</div>
<br>
<div class="container text-center lighter border-around">
Expand Down

0 comments on commit 3683747

Please sign in to comment.