Reputation: 29760
It appears the makers of angular-ui are hell bent on leading everyone on a merry dance to discover the most relevant place to download their js files from.
this links to http://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui.min.js. Now I don't know if a) this is a legitimate mirror, b) this is the latest version.
So where on earth are you supposed to download this js file from? What is the official download link or do I need to use this Bower thing?
I guess they have obfuscated this process to stop people using them as a CDN but in the process they've made this considerably more complex than it needs to be.
Upvotes: 1
Views: 3168
Reputation: 32397
Looking here :https://github.com/angular-ui/angular-ui , I found this:
DISCONTINUED REPO: This project has been restructured -> http://angular-ui.github.com/
The last version of angular-ui was 0.4 , but now it's discontinued.
They've just decided to break it down to separated modules ( which is great ).
I recommend using bower to install the modules you want, but you can also clone the repos.
Upvotes: 1