in Aurelia – I need to inject data from array of numbers, but it injected in first and no more
Posted By: Anonymous in Aurelia – I need to inject data from array of numbers, but it injected in first and no more. see in example that the number of index 0 was injected well but when the number is change, the view is not update. export class App { digits: number[] constructor() { this.digits …