dpinart
dpinart
I was writing this same behavior and hoped this plugin could help me!! material_css hides the original selects and build up an ul element with as manyli items as the...
Hi @HIRANO-Satoshi There are several things that do not work as expected about binding polymer widgets with aurelia. we have had to create several behaviors (aurelia custom attributes) that extend...
Hi @HIRANO-Satoshi It's true that integration with polymer is being a bit harder that I expected, bindings issues are just minor ones that can be solved with custom attributes. The...
@HIRANO-Satoshi thanks a lot. Do not hesitate to ask me whatever you think I can be useful. As said before, we're now getting back to jspm/systemjs, it allows more flexibility...
Hi We're using polymer and webpackand it's working quite fine. The difference is that we're vulcanizing all required polymer widgets in a single bundle (polymer.html) that is firstly added in...
Hi sorry for the delay. It seems I was doing something wrong cause above scenario is working fine. Anyway I still have a minor issue. Following code is not working:...
Hi @nexbit sorry for the delay, didn't notice your post. I finally added to paper-menu as explained in my previous post. Not most elegant solution but it's good enough for...
Hi, After some time looking for a response I couldn't find any way I can refresh the current view. I'd like to have a way to reload the current view...
It's surprising there's no way to reload/refresh current view/view-model... I'd just expect activate method to be called again
Just to add my 5 cents on this topic I'd expect a similar behavior than in xaml PRISM framework. Each UI region (a router view in aurelia) keeps a list...