marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

how i can use this in an asp.net mvc application? #398

Closed saleh313k closed 7 years ago

saleh313k commented 7 years ago

Hi, Thanks for your support Can I use angular-drag-and-drop-lists in an asp.net MVC project? I'm using visual studio, and before it, I was using JQuery , however I'm beginner in AngularJS

Please help me if you can Thanks alot

tdekoekkoek commented 7 years ago

You can use any JavaScript library in ASP.NET MVC. You simply need to include the required JavaScript includes in your index.cshtml and then include the necessary script sections in whatever .cshtml files you are using in your application. At the end of the day, ASP.NET MVC is html and wherever the markup for this widget belongs, goes in the markup section of your pages.