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

publish hotfix for changes to bower #6

Closed knksmith57 closed 9 years ago

knksmith57 commented 9 years ago

4 + #5 now make the bower export work properly, but they currently require developers to use hackish commitish format in their bower.json files. Please publish the fixed changes so we can go back to using good old bower install angular-object-table.

knksmith57 commented 9 years ago

In the meantime, here's the syntax devs will need to use in their bower.json files:

{
  "dependencies": {
    "angular-object-table": "ekokotov/object-table#44e6a01"
  }
} 
ekokotov commented 9 years ago

Fixed in v.0.1.6 . Thank you a lot!