GithubHelp home page GithubHelp logo

Comments (3)

trnelson avatar trnelson commented on May 29, 2024

Just a follow up:

Adding type="submit" to a button actually does allow a regular button to work for this. So the following is valid:

<button class="btn btn-primary" type="submit" ng-click="confirm()">Save</button>

Though I'm not sure whether it's a semantically valid attribute for the button element. Would it be possible to include a directive, say something like unsaved-warning-allow or unsaved-warning-ignore (not sure what's best) to force a particular element to ignore the warning?

Thanks again!

from angular-unsavedchanges.

mateatslc avatar mateatslc commented on May 29, 2024

I put unsaved-warning-clear on my button-looking <a> tags, works alright for me. Give it a shot.

from angular-unsavedchanges.

awerlang avatar awerlang commented on May 29, 2024

@trnelson That's strange. When unspecified, default value for button[type] is submit. There's must be a bug somewhere else.

I always use type=button. How are you handling form submission?

from angular-unsavedchanges.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.