Reputation: 34325
I can't believe I have to ask this, but how do I download the Angular UI Grid?
From http://ui-grid.info/:
After, I click the Download button (above), I get taken here:
Now what? I don't see a download button. I'm not sure what to do. Somebody please tell me what I must so obviously be missing.
Upvotes: 20
Views: 13835
Reputation: 5059
Another easy way is to get it here:
Upvotes: 3
Reputation: 3012
UI Grid is still in beta as of this moment and a lot of stuff is still in flux, non-working links from the front page being part of that... I agree it should be fixed.
The easiest way for now would be to go to the bower repo on github and download the zip for a tag.
Example link: https://github.com/angular-ui/bower-ui-grid/tree/v3.0.0-rc.14 Example zip: https://github.com/angular-ui/bower-ui-grid/archive/v3.0.0-rc.14.zip
Upvotes: 3
Reputation: 1
You might also want to consider using a package manager like Bower. It will make your life easier, and add consistency to your dependency management.
Upvotes: 0
Reputation: 301
You only get the Download Zip link when at the ui-grid.info/ github page, not below, such as when viewing ui-grid/release/.
Upvotes: 4