Just found this post too.
Same issue with Bootstrap 2.x.
Can be fixed by adding " onclick="return false;" to <a> tag. Target="_self" 
works as well.

On Tuesday, October 22, 2013 5:03:37 PM UTC-4, Mark Volkmann wrote:
>
> When I switched from AngularJS 1.0.8 to 1.2, my Bootstrap 3 tabs stopped 
> working. My guess is that this is related to handling clicks on the "a" 
> tags in the tabs. Here's an example of one:
>
> <a href="#foo" data-toggle="tab">Foo</a>
>
> "foo" is the id of a div on the page that contains the content to be 
> displayed in that tab.
>
> It seems that AngularJS 1.2 is trying to use "foo" as a route to be 
> resolved by my $routeProvider rather than displaying the tab content. I 
> don't have a route defined for that, so it uses the "otherwise" route and I 
> end up in a different view. This does not happen in AngularJS 1.0.8.
>
> -- 
> R. Mark Volkmann
> Object Computing, Inc. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to