material-steppers
material-steppers copied to clipboard
No refresh after removing a step
Hello. I discovered a problem with your component. I have a collection of steps with a binding on your component (<md-step ng-repeat="step in steps"...) I try to clear my collection ($scope.steps.splice(0, $scope.steps.length) but steps does not disappear :/ Coul you help me please ?
thanks :)
Can you be more specific about the issue please ? Thanks
Hi, first of all thanks for good component :) I have same problem. Suppose we have a list of items (which may dynamically created or changed). We want to create steps dynamically by ng-repeat directive on this list. At first time stepper creates steps for each item in list. Problem 1: When we add an item to the list, stepper will create new item at the end of steps (without attention to location of new item in the list). Problem 2: If we remove one or more item from the list, stepper does not remove related step/steps.