angular / angularjs.org

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

Upgrade jQuery #225

Closed mgol closed 6 years ago

mgol commented 6 years ago

The site uses jQuery 1.7.1 & AngularJS 1.6.9. The problem is AngularJS only supports jQuery 2.1+ and that's been the case since AngularJS 1.3.0. We should upgrade or random things may break.

mgol commented 6 years ago

PR: #229