mkrasuski
mkrasuski
Have same issue using latest (1.5.8) angular... I've: `` `pickedDate` is not changed in my scope on date pick... Notice, that dateTime directive has `scope: true` and model changes are...
I've created demo app [here](https://github.com/mkrasuski/bug-9158.git) Hope this helps
Here is my `initialize.js` - pretty straightforward ``` import { h, render } from 'preact' import { useState } from 'preact/hooks' const App = (props) => { const [val, setVal]...
Yes, but for all other modules `brunch` registers module by full resolved path and creates alias for this path using original require/import short name ('preact', 'preact-router'). But for import of...