angular / angularjs.org

code for angularjs.org site
http://angularjs.org/
MIT License
258 stars 189 forks source link

Update jQuery, remove unused files, convert HTTP links to HTTPS #229

Closed mgol closed 6 years ago

mgol commented 6 years ago

jQuery has been updated from 1.7.1 to 2.2.4. AngularJS only supports jQuery 2.1+ so this makes the website use a supported configuration.

Updating jQuery to the latest 3.3.1 version would require updating Bootstrap & UI Bootstrap as well as adjusting the code to their breaking changes which is not worth the effort at this stage of the AngularJS life.

Fixes #225

mgol commented 6 years ago

@Narretz commit description updated

Narretz commented 6 years ago

Lgtm