ng-sortable for node js

60 Views Asked by At

I want to make something like trello. I found a good plugin in http://a5hik.github.io/ng-sortable/#/kanban. Unfortunately, it was created for angularjs. Meanwhile, my existing web is created in nodejs/express. is there anybody how ti implement it in node/express? Thank you in advance

1

There are 1 best solutions below

2
On

You want to built this in express template engine like jade or ejs? Why dont you integrate angularjs with your node/express?