Bob Horn
Bob Horn

Reputation: 34325

How do I download the Angular UI Grid?

I can't believe I have to ask this, but how do I download the Angular UI Grid?

From http://ui-grid.info/:

enter image description here

After, I click the Download button (above), I get taken here:

enter image description 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

Answers (4)

c0bra
c0bra

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

user3431571
user3431571

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

Tony Dare
Tony Dare

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

Related Questions