aurajs / aura

A scalable, event-driven JavaScript architecture for developing component-based applications.
MIT License
2.94k stars 255 forks source link

is it possible to use nested widgets #294

Closed atamer closed 11 years ago

atamer commented 11 years ago

i want to use nested widgets as below

<div data-aura-widget="../js/widgets/personaldatagrid">
   <div data-aura-widget="../js/widgets/input">
   </div>
</div>
sbellity commented 11 years ago

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)