When using AngularJS and bootstrap javascript tabs, I ran into an issue of where angularjs route would pickup href clicks. In a result, instead of showing a tab, route redirects to location of where tab button is lining to. In short, bootstrap javascript tab is not suppressing default action for tab clicks.
-
4If you aren't already using AngularJS directives for your Bootstrap components, I'd start there. angular-ui.github.io/bootstrapisherwood– isherwood2015-02-20 22:29:30 +00:00Commented Feb 20, 2015 at 22:29
-
As mentioned above use the angularized versions of thee bootstrap components from here - angular-ui.github.io/bootstrapAbhinav Gujjar– Abhinav Gujjar2015-02-21 05:04:59 +00:00Commented Feb 21, 2015 at 5:04
Add a comment
|