🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

An AngularJS 1.x component based on the specifications of the Stepper from Material Design. Steppers display progress through a sequence by breaking it up into multiple logical and numbered steps.

Forms Plugins

Documentation

angular-material-stepper

Status: In-Development

An AngularJS 1.x component based on the specifications of the Stepper from Material Design

Install

bower install --save ...

or

npm install --save ...

Dependencies

Usage

<kds-stepper>   <kds-step label="Let's Begin!" step-done="steps.begin">     <h2>Step One</h2>     <h3>Here </h3>     {{ a }}     <p>Click on the button bellow to continue</p>     <md-button ng-click="steps.begin = true">Let's Go!!!</md-button>   </kds-step> </kds-stepper>

Attributes

Parameter Type Description
current-step integer Index of the active / selected step

You May Also Like