Hi guys,I am currently developing a web application using AngularJS which interface should be composed of various web components.Polymer looks really promising as you can create and use your own components !
As I also want to provide extensible interface, I would be very interesting in adding dynamic components to a custom component. Let's say you created your own component, you want to run another component inside to add a new feature, or a button that link to a new feature.Does Polymer provide something that should be useful in these cases ? Maybe it would be interesting for someone else if it does not exists for the moment ?
Thanks for your feedback,t00f
--
---
You received this message because you are subscribed to the Google Groups "Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to polymer-dev...@googlegroups.com.
Visit this group at http://groups.google.com/group/polymer-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/c1d85d33-3a90-4cd6-8d99-3020f2105e36%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<element name="mouse-action">
<template>
<span ng-controller="MouseActionController">I'm <b>mouse-action</b>.
<!-- modules should come from MouseActionController scope -->
Looging for modules {{modules}} :
</span>
</template>
<script>
Polymer.register(this);
</script>
</element>
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/a5202c10-5314-486b-9bac-ce793727ec64%40googlegroups.com.