Giter Site home page Giter Site logo

ionic-select-control's Introduction

ionic-Select-Control

Select Box created with Ionic modal and ionic-list

Usage

Include as a dependency in your angular module

angular.module('myApp', ['$selectBox'])
  <select-box ng-Selected-Value="selectedValue" 
          		ng-Selected-Id="selectedId" 
          		ng-Item-Name="name" 
          		ng-Item-Id="id" 
          		ng-title="Select something!" 
          		ng-data="obj" 
          		ng-placeholder="nothing selected!"></select-box>

Parameter

Name Description
ng-Selected-Value Selected value
ng-Selected-Id Index of selected value
ng-data Object passed to SelectBox
ng-Item-Name Variable name that contains the value of item
ng-Item-Id Variable name that contains the id of item
ng-placeholder Placholder when no value is selected
ng-title Title of SelectBox

Example of object passed

var obj = [
 {name: "Value1", id:"1"},
 {name: "Value2", id:"2"},
 {name: "Value3", id:"3"},
 {name: "Value4", id:"4"},
]

##Codepen http://codepen.io/domiSchenk/pen/cvDkt

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.