angular-summernote
angular-summernote copied to clipboard
Angular summernote removes <form> tag from HTML code.
steps to reproduce
- Type this -
<form class="form-horizontal">
<p>Sign in today for more expirience.</p>
<div class="form-group"><label class="col-lg-2 control-label">Email</label>
<div class="col-lg-10"><input type="email" placeholder="Email" class="form-control"> <span
class="help-block m-b-none">Example block-level help text here.</span>
</div>
</div>
<div class="form-group"><label class="col-lg-2 control-label">Password</label>
<div class="col-lg-10"><input type="password" placeholder="Password" class="form-control">
</div>
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<input icheck type="checkbox" ng-model="main.checkOne"><i></i> Remember me
</div>
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button class="btn btn-sm btn-white" type="submit">Sign in</button>
</div>
</div>
</form>
- Click code button to visualize the HTML code
- Click code button again,
browser version and os version and summernote version
What is your browser and OS?
- Safari 11.03
What is your summernote version?
- Latest
- Angular summer note latest.
If you can make the issue using jsfiddle(https://jsfiddle.net/), We can save time to reproduce the problem.
Try it here http://jsfiddle.net/outsider/n8dt4/322/embedded/result%2Chtml%2Cjs%2Ccss/