angular-summernote icon indicating copy to clipboard operation
angular-summernote copied to clipboard

Angular summernote removes <form> tag from HTML code.

Open allnash opened this issue 8 years ago • 0 comments

steps to reproduce

  1. 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>
  1. Click code button to visualize the HTML code
  2. Click code button again,
    tag missing? 🤯

browser version and os version and summernote version

What is your browser and OS?

  1. Safari 11.03

What is your summernote version?

  1. Latest
  2. 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/

allnash avatar Feb 01 '18 02:02 allnash