Giter Club home page Giter Club logo

Comments (6)

robinfhu avatar robinfhu commented on May 12, 2024

If you're options array has a "group" attribute, you can define ng-options like so:

ng-options='o.value as o.label group by o.group for o in model.options'

from angular-chosen.

ilanbiala avatar ilanbiala commented on May 12, 2024

@Siyfion does this work?

from angular-chosen.

dkavanagh avatar dkavanagh commented on May 12, 2024

Sort of... doesn't honor "as" and uses index as value instead. Trying to see what's angular's fault though: https://docs.angularjs.org/api/ng/directive/ngOptions

from angular-chosen.

webeng avatar webeng commented on May 12, 2024

The "group by" worked for me.

from angular-chosen.

bent10 avatar bent10 commented on May 12, 2024

You can use "group by" expression

{
  "teams": [
    {"name": "Johan", "email": "[email protected]", "group": "one"},
    {"name": "Mala", "email": "[email protected]", "group": "two"},
    {"name": "Saimin", "email": "[email protected]", "group": "one"},
    {"name": "Dolah", "email": "[email protected]", "group": "three"},
    {"name": "Abah", "email": "[email protected]", "group": "three"}
  ]
}

then use

ng-options="t.name group by t.group for t in teams"

from angular-chosen.

leocaseiro avatar leocaseiro commented on May 12, 2024

Thanks @robinfhu @bent10

I've made a plunkr for it: http://plnkr.co/edit/j0yIif?p=preview

from angular-chosen.

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.