Hi There,
when using this awesome component straight outta bower install, the code in build/ seems to be not correctly compiled.
Both lines in draggableDirective.js (19 & 47) are missing.
My solution was to delete the _bowercomponents/angular-objects-table/build/ folder and going for
npm install && bower install && gulp build
within the components directory.
Hi There, when using this awesome component straight outta bower install, the code in build/ seems to be not correctly compiled. Both lines in draggableDirective.js (19 & 47) are missing.
My solution was to delete the _bowercomponents/angular-objects-table/build/ folder and going for
npm install && bower install && gulp build
within the components directory.Perhaps fixing this in the repository.
Cheers, Daniel