Giter Club home page Giter Club logo

ionic-segment's Introduction

ionic-segment

This is an iOS segmented control directive for ionic v1. It is inspired from ionic v2. Do not hesitate to contribute to this project.

Demo

Check out the live demo

How to use it

JS/CSS Imports

Please imports the following JavaScript/CSS file in your index.html.

<link rel="stylesheet" href="ionic-segment/dist/ionic-segment.css">
<script src="ionic-segment/dist/ionic-segment.js"></script>

When switching, event "ionic-segment-switched" is broadcasted

Angular Dependency (app.js)

Add plgn.ionic-segment as a module dependency of your app module.

angular.module('DemoApp', ['ionic', 'plgn.ionic-segment'])

Basic Usage

  <ion-segment ng-model="categories" full="true"  assertive>
    <ion-segment-button value="movies">
      Movies
    </ion-segment-button>
    <ion-segment-button value="series">
      Series
    </ion-segment-button>
    <ion-segment-button value="animation">
      Animations
    </ion-segment-button>
  </ion-segment>

<div ng-switch="categories">

   <ion-list ng-switch-when="movies">
      <ion-item>
        Batman Begins
      </ion-item>
        .....
    </ion-list>

    <ion-list ng-switch-when="series">
      <ion-item>
        Game of Thrones
      </ion-item>
        .....
    </ion-list>

    <ion-list ng-switch-when="animation">
      <ion-item>
        Ice Age
      </ion-item>
        .....
    </ion-list>

  </div>

Options

setting segment cover full width

  <ion-segment ng-model="categories" full="true"  assertive>

ionic-segment's People

Contributors

ihuseynoff avatar guillahume avatar

Watchers

 avatar

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.