rpocklin / ui-router-tabs

Idiot-proof tab panes with route support using Angular.js + Bootstrap 3 + UI Router
Other
244 stars 57 forks source link

new version of ui.bootstrap is out #45

Closed hackzilla closed 8 years ago

hackzilla commented 8 years ago

Would it not make sense to relax the dependancy of ui.bootstrap?

Something like:

    "angular-bootstrap": "~0.13",
rpocklin commented 8 years ago

Do you have a specific reason? ^ seems to be the new accepted way.

hackzilla commented 8 years ago

only reason was I was following a guide and 0.14.1 was the dependancy.

I've noticed that ^ is the accepted way, but after reading about it, the affect is different if you are <1.0

I've dropped my requirement down 0.13 so there is no rush.

rpocklin commented 8 years ago

I will release a new version for 0.14 in the next week - there are some changes to merge first.