reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
307 stars 120 forks source link

Demo Lists "go to source" returning 404 #51

Closed Crocsx closed 5 years ago

Crocsx commented 5 years ago

Describe the bug When you click "go to source" in the Demo, it doesn't bring you to the correct page.

To Reproduce => GO TO : https://reppners.github.io/ngx-drag-drop/ => GO TO : lists => CLICK : Go to Source

Current behavior redirect to : https://github.com/reppners/ngx-drag-drop/tree/master/demo/app/lists Expected behavior redirect to : https://github.com/reppners/ngx-drag-drop/tree/master/demo/app/list

reppners commented 5 years ago

Thanks for reporting 👍 I fixed it with the latest commit.