Add cor progress bar
This commit is contained in:
parent
13293ecdea
commit
d5db3462b9
10 changed files with 140 additions and 1504 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue