gridstack-angular
gridstack-angular copied to clipboard
WARNING: this repo is not maintained anymore. Angular Gridstack.js directive
If you are no longer going to maintain this code base please archive the repository
Hello, I'm not too sure if this is related to Gridstack itself. I've been trying out Gridstack to create a simple dashboard. Currently, the flow to create the dashboard and...
Kevin, wondering if you might be interested in adding native Angular (8+) binding to gridstack directly in that depot (separate folder). I use angular myself and have written a wrapper...
Hi, Is there a plan to integrate this wonderful library with Angular 2, 4 or 5 soon ? Regards Badis
Demo showing gridstack-angular can't be wrapped in ng-repeat, DND across gridstack container create some bug, (ghost node in Gridstack.nodes)
is gridstack-angular available via npm
Corrected Markdown syntax for proper README.md visualization.
How can you enable and disable the grid in real time with angular. Perhaps a boolean that toggles whether dragging and resizing is enabled?
I'm Having mods with lock's(Based on permission). On Click we can change mod lock status. On Changing lock status, Mod Resize is not updating... Thanks in advance
While looking at the source, I've stumbled upon those lines three lines: https://github.com/kdietrich/gridstack-angular/blob/a2bccee4321ab700e4ed78162346886442643a76/src/gridstack.directive.js#L26-L27 https://github.com/kdietrich/gridstack-angular/blob/a2bccee4321ab700e4ed78162346886442643a76/src/gridstack.directive.js#L37-L38 https://github.com/kdietrich/gridstack-angular/blob/a2bccee4321ab700e4ed78162346886442643a76/src/gridstack.directive.js#L48-L49 Given that `$timeout`, when it resolves, calls `$rootScope#$apply`, it is somewhat redundant to call `$scope.$apply`...