Angular-Material Steppers.
npm install md-steppersshell
bower install md-steppers --save
`
#### or using npm
`shell
npm install md-steppers --save
`
`javascript
//module
var app = angular.module('app', ['ngMaterial', 'md-steppers']);
`
`html
`
`
clone repository and run gulp for demo http://localhost.com:3333/demo/index.html
``