Open andikrueger opened 8 years ago
ngList doesn't currently interpolate the ngList attribute (separator), so this works as expected. This means you can't have a dynamic list delimiter. This can be a feature, but I don't know how frequently this is needed.
What is the current behavior?
Demo https://plnkr.co/edit/aygfAGwMluonXRZGWEfy?p=preview
What is the expected behavior? ng-list uses the scope variable and resolves the value.
What is the motivation / use case for changing the behavior?