Let’s say you want to programmatically select a tab with angularjs and bootstrap ui:
[CODE MISSING]
According to the documentation for 3.1.1 it should be enough to modify the model; here controller.tabUsers or controller.tabGroups. Only: it doesn’t work. We’ll never know why.
The way out is simulating the click with jquery:
$("#tab_users a").trigger("click");
Thanks! i was looking for this answer all day
LikeLike
This comment has been removed by a blog administrator.
LikeLike