Closed heruan closed 8 years ago
same error is happening here https://github.com/aurelia/binding/issues/239
Thank you @martingust ! How can I test it on my app? Currently I have aurelia-templating-resources@^1.0.0-beta.1.0.1
installed with JSPM.
@heruan On this line change overrideContext
to bindingContext
.
I'm building a dynamic
<table>
where columns are bound to a schema described in a Map object. E.g.,When
columns.set("new", { sortable: true })
the column is correctly added to the table, but whencolumns.delete("new")
I get this error:Am I doing something wrong or is this a bug?