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

Issues with latest AngularUI Bootstrap version #51

Open paulhitz opened 8 years ago

paulhitz commented 8 years ago

There are a couple of issues with the latest AngularUI Bootstrap version (0.13.4).

1) Occasionally the tooltip appears briefly in the wrong location. This looks like an issue with the library. Until this is resolved, sticking with version 0.12.1 of AngularUI Bootstrap. This means we have to stay with an older version of AngularJS also.

2) With the latest AngularJS and AngularUI Bootstrap, there are some issues with the new service tabs. Specifically referencing $parent.selectedCustomService. It looks like a scoping issue. It works correctly with the older libs. This is something we should fix.

Everything else appears to work correctly.

paulhitz commented 8 years ago

The second issue can be resolved by doing something like $parent.$parent.foo but it's messy and fragile. Need a cleaner, more robust solution.