Code Monkey home page Code Monkey logo

Comments (5)

frapontillo avatar frapontillo commented on May 24, 2024

The click really means nothing, you should $watch your ng-model and react to its change.

from angular-bootstrap-switch.

elincognito avatar elincognito commented on May 24, 2024

Yes, but in my case i am using it on a table like

<tr data-ng-repeat="user in displayed">
...
 <input
                        bs-switch
                        type="checkbox"
                        data-ng-click="toggleUserActive(user)"
                        ng-model="user.active"
                        switch-on-text="{{ 'Active' || i18n }}"
                        switch-off-text="{{ 'Disabled' || i18n }}"
                        switch-on-color="success"
                        switch-off-color="danger"
                        switch-size="mini">

for this use case $watch doesn't seem to fit in or should i use watch in this case ?
and if so how would i do it one per user ? Seems overhead.

from angular-bootstrap-switch.

frapontillo avatar frapontillo commented on May 24, 2024

You should use $watch, ng-click is not the right approach to your problem.

from angular-bootstrap-switch.

Cdvalencia avatar Cdvalencia commented on May 24, 2024

Hola!

Aquí está la solución: http://stackoverflow.com/questions/13077320/angularjs-trigger-when-radio-button-is-selected

from angular-bootstrap-switch.

Deklin avatar Deklin commented on May 24, 2024

I would say there is a different issue here

switch-change is firing on anyone changing the model object. I would expect switch-change to fire if IT changed the model object. Having that, then no need for ng-click.

from angular-bootstrap-switch.

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.