Add cor progress bar

This commit is contained in:
Sam Chow 2018-06-05 11:26:24 -04:00
parent 13293ecdea
commit d5db3462b9
10 changed files with 140 additions and 1504 deletions

View file

@ -196,7 +196,6 @@ const templateUrl = require('./setup.html');
};
$scope.isStep = function(step) {
console.log('current step is', step);
for (var i = 1; i < arguments.length; ++i) {
if (arguments[i] == step) {
return true;