Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing CDN link for ui-grid

Having had a good Google, I can't seem to find a CDN link for ui-grid ... is there a reason it's not on a CDN?

Edit: Added to CDNJS Sept. 2015

like image 423
Nathan Avatar asked Feb 20 '15 09:02

Nathan


2 Answers

Yes, because UI-Grid (as of this writing) is still pre-release. Once it's ready for release we'll look at automating submission to something like cdnjs.

In the meantime you can use rawgit.com's cdn links:

//cdn.rawgit.com/angular-ui/ui-grid.info/gh-pages/release/3.0.0-rc.20/ui-grid.min.js
//cdn.rawgit.com/angular-ui/ui-grid.info/gh-pages/release/3.0.0-rc.20/ui-grid.min.css

Just replace the release tag with the most recent RC.

like image 89
c0bra Avatar answered Oct 16 '22 16:10

c0bra


You can find the latest stable version here: https://cdnjs.com/libraries/angular-ui-grid

like image 3
eMazeika Avatar answered Oct 16 '22 15:10

eMazeika