ekokotov / object-table

Angular directive to easy create dynamic tables from source or URL with sorting, filtering and pagination. Smart templates and good perfomance
BSD 3-Clause "New" or "Revised" License
171 stars 52 forks source link

Moving Columns - Compilation error #42

Open danielKugler opened 8 years ago

danielKugler commented 8 years ago

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

pawluczuk commented 8 years ago

Thanks for the solution, had the same issue!