{{headerCtrl.title}}

Introduction

AngularJS Split Flap module under development.

Installation

This module is available in npm. Install with:

npm install angular-split-flap --save

Usage

Install angular-split-flap as described the previous section.

<html>

Examples

Single Character

The first example of a single character.

<split-flap size="XXL" length="1" time="0.3" deck="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" value="{{singleCtrl.value}}"/>

Multiple Characters

<split-flap size="L" length="20" time="0.1" value="{{multiple}}"/>

Clock

Clock example.