angular-ui / bootstrap-bower

This is a bower repository to hold Angular UI Bootstrap releases.
http://angular-ui.github.com/bootstrap/
158 stars 326 forks source link

Patch for accordion directive. #53

Closed umayr closed 9 years ago

umayr commented 9 years ago

Replaced simple href to href="javascript:void(0)" as it was messing up the current route.

rvanbaalen commented 9 years ago

Please send PR's to the main repo https://github.com/angular-ui/bootstrap

umayr commented 9 years ago

This PR is to fix the ambiguity between this and main repo. As you can see here href attribute has javascript:void(0) while in this repo it has no value, that's why it is messing up routing. Hope it makes sense now.

rvanbaalen commented 9 years ago

The contents of this repo are automatically updated with the contents of the master branch when a new release is rolled out.