A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/modulr/mdr-angular-select2 below:

GitHub - modulr/mdr-angular-select2: Select2 for Angular

Angular Select2 is an Angularjs component that can replacement for select boxes.

Several quick start options are available:

mdr-angular-select2/
  dist/
    ├── mdr-select2.js
    └── mdr-select2.min.js
<script href="mdr-angular-select2/dist/mdr-select2.min.js"></script>
angular.module('MyApp', ['mdr.select2'])

Basic Directive

<mdr-select2 url="http://miserver.com/json" options="item.estate for item in collection track by item.id"></mdr-select2>

Complete Directive (All attributes)

<mdr-select2 src="collection" options="item.estate group by item.zone for item in collection | orderBy:'item' track by item.id" model="model" selected="value" placeholder="Seleccionar" allow-clear="true" disabled="true" required="true"></mdr-select2>
Attribute Type Description url string Is the path where you get list of items. src array Collection of objects. options string Dynamically generate a list of elements. model object Get model selected (Output). selected object Set select value by track (Input). allow-clear boolean If required clear selection the component is marked as true. placeholder string Text into placeholder. disabled boolean If required disable the component is marked as true. required boolean If is required the component is marked as true.

All contributions are very welcome, We love it. There are several ways to help out:

There are a few guidelines that we need contributors to follow so that we have a chance of keeping on top of things.

If you want to making changes Better avoid working directly on the master branch, to avoid conflicts if you pull in updates from origin, so, if make your contribution under the branch dev, into folder src/.

@AlfredoBarronC

Code and documentation (c) Copyright 2015 Modulr. Code published under license MIT


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4