ngOfficeUIFabric / ng-officeuifabric

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Angular
http://ngOfficeUiFabric.com
MIT License
321 stars 67 forks source link

Update repo to support Angular 1.6.x #431

Closed andrewconnell closed 7 years ago

andrewconnell commented 7 years ago

Expected Behavior

All tests pass by updating dependency to Angular 1.6.*.

Actual Behavior

Lots of tests fail, seems to be due to the fact there was some jQuery standardization in Angular 1.6. They updated jqLite to be more in sync with the jQuery v3.* release.

Steps to Reproduce Behavior

Update package.json so all Angular packages are 1.6.*, update (npm install | yarn), then execute all tests gulp test.