aurajs / aura

A scalable, event-driven JavaScript architecture for developing component-based applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is it possible to use nested widgets

atamer opened this issue · comments

i want to use nested widgets as below

<div data-aura-widget="../js/widgets/personaldatagrid">
   <div data-aura-widget="../js/widgets/input">
   </div>
</div>

Hey @atamer

This is covered in our getting-started on aurajs.com :

http://aurajs.com/getting-started

Make sure that you have the latest version of aura (the 0.9 branch has been merged into master yesterday, the 0.9-rc1 release should be tagged either today or during the weekend)