paulhitz / DnB-REST-Client

Custom REST Client for D&B (Dun & Bradstreet) services.
https://github.com/paulhitz/DnB-REST-Client
MIT License
5 stars 5 forks source link

Remove JQuery dependency #37

Closed paulhitz closed 8 years ago

paulhitz commented 9 years ago

Currently the UI uses a mix of 'AngularUI Bootstrap' and vanilla Bootstrap JS. The vanilla Bootstrap JS requires JQuery.

The app should standardise on AngularUI Bootstrap and replace the older components. This will simplify the application dependencies.

The older components currently implemented with vanilla bootstrap JS include...

paulhitz commented 8 years ago

Fixed the collapse functionality. It no longer relies on JQuery.

paulhitz commented 8 years ago

Fixed. The tabs are no longer dependent on JQuery. The tool will now function without it.

Leaving in the dependency solely to prevent Bootstrap complaining and polluting the console.