An AngularJS 1.x component based on the specifications of the Stepper from Material Design
bower install --save ...
or
npm install --save ...
<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>
Parameter | Type | Description |
---|---|---|
current-step | integer | Index of the active / selected step |