emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

Fixed error in moveArrayItem #127

Closed refactoredmarc closed 5 years ago

refactoredmarc commented 5 years ago

The algorithm was using "this.length" instead of array.length.