State: {{ state }}
Click here:
<multi-stage-box status="state"></multi-stage-box>
Check out the source for this page for more details. All we used was this for the main.js file:
'use strict'; var app = angular.module('app', [ 'multistagebox' ]); app.controller('MainCtrl', function ($scope) { $scope.state = 0; });