charlespockert / aurelia-bs-grid

Aurelia and Bootstrap powered datagrid control
MIT License
45 stars 21 forks source link

Button on templates example erroring with not a function #80

Open matdar opened 7 years ago

matdar commented 7 years ago

Hi

I'm trying to use the datagrid with the latest Aurelia skeleton and am having trouble with the templates example which errors with:

aurelia-binding.js:1965 Uncaught Error: itemClicked is not a function(…)

The code I'm running is a straight copy of the example and the other examples work.

Click me I'm ... ${ $item.name }! Any help would be appreciated.

Is this datagrid a dormant project? There hasn't been much recent activity. If so that's a shame as it looks like the best Aurelia grid I can find so far.

Matt