ngOfficeUIFabric / ng-officeuifabric

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

Allow newer versions of angularjs to be used #512

Closed Sjark closed 6 years ago

Sjark commented 6 years ago

Update dependencies in package.json to support never minor versions of angularjs, not just 1.6.4

andrewconnell commented 6 years ago

Thanks for posting, but two issues:

  1. not a green build on the PR submission
  2. the library uses explicit versions of AngularJS as to ensure the build works - in the past we noticed when the version of AngularJS was updated, it would break builds on occasion so we only take a dependency on a specific version.

Feel free to submit it using a specific version of AngularJS 1.6.x and a green build.