Ashley Grant

Results 26 comments of Ashley Grant

We have spoken to the NativeScript team about this from time to time, and the constant response we get from them is "Nobody is asking us to implement Aurelia support."...

Thanks @jlooper for the info. @jasoncarreira @arjendeblok have a look!

As a reference. After running through the steps, this is the state of the array: ![image](https://cloud.githubusercontent.com/assets/9885322/23131182/1f06d0aa-f757-11e6-9837-26fe8f634c18.png) And below is the display I'm getting for the array: ![image](https://cloud.githubusercontent.com/assets/9885322/23131221/3845d6a6-f757-11e6-8642-6f4f2c81fabf.png) I'm sure this...

Interestingly, it seems to work fine if I don't wrap it in PLATFORM.moduleName. Is that the expected behavior?

You misspelled `history` in your viewmodel (it is spelled `hisory` in the code you posted). If you've copied the code from your project, that might be the cause.

Run this and select Solarized Dark as your theme. Then refresh the page. Then choose a different theme and refresh the page.

I address this in a comment here: https://github.com/aurelia/templating/issues/574 There's a fundamental issue with the async nature of Aurelia's templating/binding system and having one template controller directly inside another. For example,...