itzco
itzco
Elements get randomly reordered after a drag when using "track by $index" I'm using "track by $index" because my list have dupes that are not allowed in an ng-repeat, you...
Initial run failed but db was created, on running npm run dev again it always got db already exists. This fixes the problem. When db exists it will still register...
Add support for deferred sockets. Sockets that require user or application interaction before connecting, it also allows for socket swapping. It's based on: https://github.com/btford/angular-socket-io/issues/86 Provides an alternative way to: https://github.com/btford/angular-socket-io/issues/64...