i am using angularjs v1.5.5 and ui-bootstrap-tpls-1.3.2.
i loading page the dynamic. i have 3 pages. i want to load last page by default
$scope.tabs = [
{ title:'Page A', template: 'a.html', content:'' , loaded : false},
{ title:'Page B', template: 'b.html', content:'', loaded : false },
{ title:'Page C', template: 'c.html', content:'', loaded : false, active : true }
];