Hi Rakesh,
Thanks for using Syncfusion products,
We have analyzed your query and prepared the sample based on your requirement. We have created the sample using Angular JS template with MVC 5.2 version. Please refer the below link to know about creating this project.
https://visualstudiogallery.msdn.microsoft.com/5af151b2-9ed2-4809-bfe8-27566bfe7d83Please get the sample from below location
http://www.syncfusion.com/downloads/support/forum/119948/AngularJS_with_Web_A1_(2)1097693751.zipIn this we have created the ej accordion control using angular directive in welcome.html page and this page included in index view page using “ng-include” directive of angular control.
Controller and modules is defined in app/app.js file. Please refer the below code snippet to know about rendering accordion control using angular directive.
<div id="multiAccordion" ej-accordion style="width: 500px">
<h3>
<a rel='nofollow' href="#">Orubase</a>
</h3>
<div>
Orubase is the only mobile application development framework built especially for developing complex line-of-business mobile applications targeting iOS, Android, and Windows Phone platforms in the shortest possible timeframe.
</div>
<h3>
<a rel='nofollow' href="#">WinRT XAML</a>
</h3>
<div>
Essential Studio for WinRT contains all the controls you need to build line-of-business tablet applications including grid, chart, map, tree map, SSRS report viewer, rich-text editor, pdf viewer, gauges, barcode, editors, and much more.
It also includes a unique set of controls for reading and writing Excel, Word, and PDF documents in Windows store apps.
</div>
<h3>
<a rel='nofollow' href="#">Metro Studio</a>
</h3>
<div>
Syncfusion Metro Studio is a collection of over 2500 Metro-style icon templates that can be easily customized to create thousands of unique Metro icons.
</div> </div>
|
To know more about ejAngular, please refer the below link
http://helpjs.syncfusion.com/js/angularjsPlease check with the given sample and let us know if you have further queries,
Regards,
Sasikala Nagarajan